WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 04-28-2008, 11:59 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
20000 separate objects is definitely going to cause a slowdown on the CPU. Do you need all the polygons to be contained by a separate object? Your performance would drastically improve if you used one OTF object that contained all the polygons.

You can add any 3D object underneath another node by specifying the parent when you add it. For example, to add an OTF object under a node called root, use the following code:
Code:
otf = viz.endlayer(parent=root)
Reply With Quote
 

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not find plugin to load objects... halley Vizard 1 05-30-2006 12:01 PM
Looping over large number of images MrSmiley009 Vizard 3 02-28-2006 05:08 PM
limits on number of objects benelux Vizard 3 07-22-2004 02:26 PM


All times are GMT -7. The time now is 09:17 AM.


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