WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 1 to 4 of 4
Search took 0.00 seconds.
Search: Posts Made By: farshizzo
Forum: Vizard 03-28-2005, 12:31 PM
Replies: 11
Views: 14,578
Posted By farshizzo
1) Have you tried applying a large scale to your...

1) Have you tried applying a large scale to your ground plane? This should be sufficient in most cases. You can also take a look at the following thread which describes a method of creating a truly...
Forum: Vizard 03-23-2005, 10:45 AM
Replies: 11
Views: 14,578
Posted By farshizzo
Sometimes python print statements are buffered....

Sometimes python print statements are buffered. To flush them you can do the following:import sys
.
.
.
print 'output'
sys.stdout.flush() #Flush print bufferTry flushing after each call to...
Forum: Vizard 03-16-2005, 03:20 PM
Replies: 11
Views: 14,578
Posted By farshizzo
Can you post the code of your mouseclick...

Can you post the code of your mouseclick function? What is probably happening is that you are using the counterGraphSelectMenue variable before you declare it global.
Forum: Vizard 03-16-2005, 11:35 AM
Replies: 11
Views: 14,578
Posted By farshizzo
The division is not being skipped. The slowdown...

The division is not being skipped. The slowdown might occur from loading the wrl files. Does it occur when you are not loading files?
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT -7. The time now is 08:43 AM.


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