WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 12-29-2012, 12:20 PM
pankaj bansal pankaj bansal is offline
Member
 
Join Date: Nov 2012
Posts: 14
Accesing different parts of model

hii
I want to add different parts of a 3D model in to world without adding the whole model. I mean If I have a model with 50 different geodes. I can see different parts of model in inspector. Now I want to add few parts of that model in my world but I dont want to add the whole model. how can I do that..
Plz help me..

Regards
Pankaj Bansal
Reply With Quote
  #2  
Old 12-30-2012, 10:10 PM
goro goro is offline
Member
 
Join Date: May 2012
Posts: 33
You have to load the complete 3D Scene in Vizard & you have to remove your unwanted nodes in following two ways:

1) By Culling them:
<node3d>.cullFace(viz.GL_FRONT_AND_BACK, node = ' ')
This will cull all the objects from node3d associated with node. GPU Memory will be still occupied with those objects associated with node.

2) By disabling them in rendering processes:
<node3d>.disable(viz.RENDERING, node = ' ')
This will disable the rendering of all the objects from node3d associated with node. GPU Memory will be released for those objects associated with this node.
Reply With Quote
Reply

Tags
accesing child, geode

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
3ds Exported .IVE Model mirrors movement of Mainview Felix Vizard 9 05-18-2012 09:17 AM
Cannot moving AR model...... allanjjj Vizard 1 04-08-2012 07:48 PM
Change model alpha and memory leak hosier Vizard 2 06-25-2009 10:55 AM
Importing a 3d human model and getting it to interact. yak Vizard 3 06-01-2009 02:19 PM
Model sizes Pastscapian Vizard 15 10-07-2006 02:48 PM


All times are GMT -7. The time now is 06:41 AM.


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