Forum: Vizard
01-20-2011, 05:10 AM
|
|
Replies: 1
Views: 18,400
viz.ANAGLYPHIC
Hi,
I'm trying to build an application using the Anaglyphic glasses, and I'm usig the viz.ANAGLYPHIC. I have a large amount of different Anaglyphic glasses and none of them seems to be working...
|
Forum: Vizard
01-11-2011, 09:39 AM
|
|
Replies: 3
Views: 20,662
Loading objects faster
Hello,
I'm using the following code to load some objects:
for i in range(0,tables_number):
tables.append(viz.add('src/obj/table.flt'))
However, it takes too long to load 50 tables (about...
|
Forum: Vizard
01-11-2011, 07:36 AM
|
|
Replies: 2
Views: 42,379
|
Forum: Vizard
01-10-2011, 11:23 AM
|
|
Replies: 2
Views: 42,379
Camera Position And Viztask
Hi,
I have a simple script that makes the camera move forward in my scene. The camera moves through some balls. Now I want to accomplish a task every time the camera's position surpasses the...
|
Forum: Vizard
12-23-2010, 06:29 AM
|
|
Replies: 1
Views: 26,548
Plain Infinite Terrain + Sky
Hi,
I'm trying to generate an infinite and plain terrain to my vizard world. However, I am troubled, because using:
terrain = viz.add('InfiniteTerrain.dlc',1,'0',0,30,15000,0.0005)
will...
|