WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 25 of 54
Search took 0.00 seconds.
Search: Posts Made By: Renato Lima
Forum: Vizard 11-21-2011, 01:10 PM
Replies: 0
Views: 6,546
Posted By Renato Lima
Question recording screen in vizard when embedded in wxpython

Is it possible? Whever I try using startRecording(.. , I get a black video being generated. I suspect it is due to conflict with wxpython

Suggestions?
Forum: Vizard 08-04-2011, 05:16 AM
Replies: 1
Views: 6,635
Posted By Renato Lima
Exclamation Failed to choose an OpenGL pixel format

Recently, I started to receive a strange message on all of my compiled files:

Failed to choose an OpenGL pixel format.

I tried to reinstall vizard (I removed the license first) but it still...
Forum: Vizard 08-03-2011, 07:02 PM
Replies: 5
Views: 7,281
Posted By Renato Lima
THANK YOU VERY MUCH!!! This is...

THANK YOU VERY MUCH!!!

This is impressive!!!! We are going to port our code to QT. Thanks!
Forum: Vizard 07-27-2011, 06:30 PM
Replies: 5
Views: 7,281
Posted By Renato Lima
Pyqt and Vizard 4? Is it compatible?

Can Vizard be embbeded in Pyqt? It is much more powerful than wxpython. But I have no clue as to where to start.

Has anyone ever tried doing it?
Forum: Vizard 06-23-2011, 06:40 AM
Replies: 3
Views: 9,657
Posted By Renato Lima
How can we check if a video card supports all of...

How can we check if a video card supports all of vizard's features?
Forum: Vizard 05-11-2011, 06:38 PM
Replies: 2
Views: 10,881
Posted By Renato Lima
Now the mouse state is being correctly updated,...

Now the mouse state is being correctly updated, HOWEVER, if you do a viz.mouse(viz.OFF) hold down let and right mouse buttons and then viz.mouse(viz.ON), it will still think the mouse buttons are...
Forum: Vizard 05-11-2011, 06:02 PM
Replies: 1
Views: 6,153
Posted By Renato Lima
Just to give a better explanation: If I have a...

Just to give a better explanation: If I have a function being looped during vizard's execution, and on this function I have:

if viz.mouse.getState() == 5: viz.mouse.setOverride()
else:...
Forum: Vizard 05-11-2011, 03:32 PM
Replies: 1
Views: 6,153
Posted By Renato Lima
Exclamation New mouse bug

There is a new bug now:

if viz.mouse.setOverride(viz.ON) is issued when the mouse is has one of its buttons down, it will keep considering the mouse buttons as pressed. after...
Forum: Vizard 04-09-2011, 05:18 PM
Replies: 1
Views: 6,181
Posted By Renato Lima
Question Blurryness, see image

Hello friends, my textures get way too blurry when seen on an angle, any ideas as how to minimize this problem?

Ex:

http://dl.dropbox.com/u/7393/Capture.PNG


Thanks!
Forum: Vizard 03-31-2011, 02:29 PM
Replies: 1
Views: 5,873
Posted By Renato Lima
Question Can I create a box like this in Vizard?

Can I create a box just like this in vizard ? I can easily make it transparent, but I would love to have this effect on its vertices. However, I could not find a way through add.vizbox.
...
Forum: Vizard 03-30-2011, 02:26 PM
Replies: 2
Views: 10,881
Posted By Renato Lima
Mouse bug in V3 and V4

So, if you are getting the mouse state it returns 1, 2, 5.. etc.. .. and it works well, but if you hold your mouse button down and move the mouse away from the window - or if another window gets in...
Forum: Vizard 03-18-2011, 05:30 PM
Replies: 2
Views: 6,062
Posted By Renato Lima
It looks like that Vizard triggers a...

It looks like that Vizard triggers a viz.mouse.setOverride(viz.ON) when I drag a dialog. This wasn't documented but was conflicting with a viz.mouse.setOverride(viz.OFF) that I have on a callback....
Forum: Vizard 03-18-2011, 10:49 AM
Replies: 2
Views: 6,062
Posted By Renato Lima
How to stop world from moving together with mouse when using Vizinfo.drag(viz.ON)

How to stop world from moving together with mouse when using Vizinfo.drag(viz.ON) on a box?
Forum: Vizard 03-14-2011, 05:45 PM
Replies: 1
Views: 7,400
Posted By Renato Lima
Question Texture applid on a plane gets inverted in one of its the sides

When I apply a texture to a plane, it shows correctly on one of its sides (for instance a picture with a text would read A,B,C,D) but when I look at it from the other site it becomes "D,C,B,A"); how...
Forum: Vizard 03-11-2011, 10:58 AM
Replies: 6
Views: 7,018
Posted By Renato Lima
The model loads, and then these messages start...

The model loads, and then these messages start appearing especially when I use viz.pick . The program seems to work fine, but the messages are so frequent that they end up slowing it down.
...
Forum: Vizard 03-09-2011, 05:43 PM
Replies: 6
Views: 7,018
Posted By Renato Lima
I am using a .3DS file format. It has always...

I am using a .3DS file format. It has always worked very well in 3.0.
Forum: Vizard 03-04-2011, 05:14 AM
Replies: 6
Views: 7,018
Posted By Renato Lima
Question Another error

When I load up my program, it says:

Unknown Chunk: ***UNKNOWN*** (0xA08A)
Unknown Chunk: ***UNKNOWN*** (0xA08A)
Unknown Chunk: ***UNKNOWN*** (0xA08A)
Unknown Chunk: ***UNKNOWN*** (0xA08A)
...
Forum: Vizard 03-04-2011, 05:13 AM
Replies: 6
Views: 7,018
Posted By Renato Lima
Question Error message

I keep getting this error message when I run my program in Vizard 4:

Warning:: Picked up error in TriangleIntersect
(-0.382813 0.367188 0, 0.273438 -0.367188 0, 0.273438 0.367188 0)
...
Forum: Vizard 03-04-2011, 02:54 AM
Replies: 3
Views: 8,534
Posted By Renato Lima
Thank you. It did the trick!

Thank you. It did the trick!
Forum: Vizard 03-02-2011, 06:10 PM
Replies: 0
Views: 7,084
Posted By Renato Lima
Question Can I have fullscreen when using wx?

Can I have fullscreen when using wx?
Forum: Vizard 03-02-2011, 05:29 PM
Replies: 0
Views: 5,391
Posted By Renato Lima
Director function killed by Vizard

I keep getting the following error messages:

** WARNING: Director function killed by Vizard

How do I stop the director functions when closing??
Forum: Vizard 03-02-2011, 01:24 PM
Replies: 3
Views: 8,534
Posted By Renato Lima
This is what I managed to do so far: ...

This is what I managed to do so far:


import viz
import viztask
viz.go()

def DrawLineTask():
while True:
viz.startlayer(viz.QUADS)
Forum: Vizard 03-02-2011, 11:10 AM
Replies: 3
Views: 8,534
Posted By Renato Lima
Question Mouse Selection Area Question

Is there any way that I can create a selection box with a mouse click (just like selecting icons on the desktop with the mouse) in vizard? Is there any builtin function for doing this? Ideally, the...
Forum: Vizard 11-18-2010, 02:58 PM
Replies: 3
Views: 6,975
Posted By Renato Lima
I am referring to the window that pops up when I...

I am referring to the window that pops up when I run it manually or when I launch it from another editor (like eclipse).
Forum: Vizard 11-17-2010, 09:44 AM
Replies: 3
Views: 6,975
Posted By Renato Lima
Question How to Hide Console when running from shell?

How to Hide Console when running from shell?

A console window keeps appearing like:

*************************************************************
** Loading code.py...
Showing results 1 to 25 of 54

 
Forum Jump

All times are GMT -7. The time now is 01:28 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC