Forum: Vizard
04-22-2011, 02:43 PM
|
|
Replies: 9
Views: 48,247
|
Forum: Vizard
04-18-2011, 09:03 AM
|
|
Replies: 9
Views: 48,247
|
Forum: Vizard
04-14-2011, 10:35 AM
|
|
Replies: 9
Views: 48,247
Hi JvdBosch,
What does the...
Hi JvdBosch,
What does the trans.setScale([0.2,0.2,0.2]) do. Does it rescale the node or the texture map?
In my code, I have more than 2000 small ground patches (2m x 2m) with the same texture....
|
Forum: Vizard
04-13-2011, 10:21 AM
|
|
Replies: 9
Views: 48,247
|
Forum: Vizard
04-11-2011, 06:16 PM
|
|
Replies: 3
Views: 49,361
Thank you farshizzo, the script works well,...
Thank you farshizzo, the script works well, though I do not really understand the codes.
Is that the MOUSE_STILL_EVENT is a variable you create, while the 'MouseStillEvent' is a constant defined...
|
Forum: Vizard
04-11-2011, 06:02 PM
|
|
Replies: 5
Views: 24,488
|
Forum: Vizard
04-10-2011, 08:13 PM
|
|
Replies: 5
Views: 24,488
|
Forum: Vizard
04-10-2011, 11:14 AM
|
|
Replies: 5
Views: 24,488
|
Forum: Vizard
04-10-2011, 06:38 AM
|
|
Replies: 5
Views: 24,488
|
Forum: Vizard
04-08-2011, 06:20 PM
|
|
Replies: 5
Views: 24,488
Sychronization between cluster machines
Hi All,
I have a script based on clusters in Vizard 4.0 beta. I simulated an avatar walking action. However, when look through an Sensics xSight HMD, the avatar's action was not synchronized...
|
Forum: Vizard
04-07-2011, 04:12 PM
|
|
Replies: 3
Views: 49,361
|
Forum: Vizard
04-03-2011, 10:43 AM
|
|
Replies: 0
Views: 38,520
Nice forum to study Python for newbies
Hi All,
Just want you know this a nice forum to post questions about Python. Very helpful to newbies like me.
http://www.python-forum.org/pythonforum/index.php
lol :)
Zhi
|
Forum: Vizard
04-02-2011, 03:40 PM
|
|
Replies: 3
Views: 26,983
|
Forum: Vizard
04-02-2011, 01:55 PM
|
|
Replies: 9
Views: 48,247
|
Forum: Vizard
04-02-2011, 01:43 PM
|
|
Replies: 1
Views: 20,478
I have found a way around:
def myTask(): ...
I have found a way around:
def myTask():
while True:
btn = yield viztask.waitMouseDown(None) #Wait for mouse click
viz.visible(viz.OFF) #Turn off the screen
if btn.button ==...
|
Forum: Vizard
04-02-2011, 01:38 PM
|
|
Replies: 3
Views: 26,983
|
Forum: Vizard
04-02-2011, 09:20 AM
|
|
Replies: 3
Views: 26,983
|
Forum: Vizard
04-02-2011, 07:47 AM
|
|
Replies: 1
Views: 20,478
How to delay time in Vizard
Hi all,
I want to define a function which will be called when the mouse is clicked. The function will block the viz.MainView for a second. Here is my code:
import viz
import time
def...
|
Forum: Vizard
03-30-2011, 06:18 PM
|
|
Replies: 9
Views: 48,247
3D grass shader to mimic large grass field
Hi all,
I am new to Vizard. I used Virtools previously. There are some sample compositions in the Virtools forum, using shader to create mimic grass field effect. Some 3d model software, such as...
|
Forum: Vizard
03-29-2011, 12:12 PM
|
|
Replies: 6
Views: 24,360
OK, now the problem is solved. The cause of the...
OK, now the problem is solved. The cause of the tearing artifact on the xSight HMD screen actually comes from the NVIDIA control panel settings. It is the setting of the "Triple buffering" under the...
|
Forum: Vizard
03-25-2011, 03:03 PM
|
|
Replies: 6
Views: 24,360
|
Forum: Vizard
03-25-2011, 07:54 AM
|
|
Replies: 6
Views: 24,360
The cluster control problem is solved. I was...
The cluster control problem is solved. I was using the Vizard 4 Beta to test our system. I did not realize that I need to use the Vizard tool programs (i.e. the Cluster-master in the master machine,...
|
Forum: Vizard
03-24-2011, 10:08 AM
|
|
Replies: 6
Views: 24,360
I got help from the Sensics support team....
I got help from the Sensics support team. Although we have a xSight HMD, we only have a SVC (not SVP) with it. So, we have to use the old script (similar like that used for piSight HMD) as below:
...
|
Forum: Vizard
03-23-2011, 08:19 PM
|
|
Replies: 6
Views: 24,360
|