Forum: Vizard
04-03-2012, 07:10 AM
|
Replies: 3
Views: 29,744
|
Forum: Vizard
03-29-2012, 08:58 PM
|
Replies: 3
Views: 29,744
Vizproximity questions.
We have been using the physics engine to determine if two objects are touching in static models. Unfortunately a model that we are trying to test for touching objects contains 1.14 million...
|
Forum: Vizard
03-09-2012, 09:39 AM
|
Replies: 1
Views: 17,627
|
Forum: Vizard
03-09-2012, 08:31 AM
|
Replies: 1
Views: 17,627
|
Forum: Vizard
03-09-2012, 07:34 AM
|
Replies: 3
Views: 18,237
|
Forum: Vizard
02-28-2012, 10:09 AM
|
Replies: 3
Views: 18,237
|
Forum: Vizard
02-28-2012, 08:26 AM
|
Replies: 3
Views: 18,237
setHUD example
I am working on an application that having a HUD would be a useful feature. Is there an existing example of how to set up and draw to a renderNode object that has been set up as a HUD? I have...
|
Forum: Vizard
02-14-2012, 07:02 AM
|
Replies: 1
Views: 21,326
You may want to try setting your alpha the...
You may want to try setting your alpha the following way:
<node3d>.alpha(<alpha value>, op=viz.OP_OVERRIDE)
However, doing this may cause you to lose color values. It's likely that you will...
|
Forum: Vizard
11-01-2011, 11:45 AM
|
Replies: 2
Views: 18,957
|
Forum: Vizard
11-01-2011, 10:19 AM
|
Replies: 2
Views: 18,957
Detecting Window Focus
Is there a native way in Vizard to detect if a windowed application has focus? I am trying to prevent user input events from being passed through to other windows applications, and I would like to...
|
Forum: Vizard
10-31-2011, 07:38 AM
|
Replies: 0
Views: 36,005
Using Sphinx to generate code documents
I am currently working in a code base that for most of our code packages have been written using sphinx style markup to auto-document code. Has anyone been successful in using sphinx to generate...
|