Horde3D

Next-Generation Graphics Engine
It is currently 18.04.2024, 05:12

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 11.12.2008, 00:58 
Offline

Joined: 20.01.2008, 07:16
Posts: 15
I found this bug while writing an engine which requires on the fly loading of resources. If a scenegraph resource is added and Horde3D::addNodes() is called on the resource after it has successfully loaded (but before any attached geometry resources are loaded) then those scene nodes created by addNodes() will have incorrect Bounding Boxes. When the Geometry resources are finally loaded, those incorrect Bounding Boxes will not be updated, meaning that the scene node will continue to be culled incorrectly.

I'm not sure of the best way to fix this. Either isResourceLoaded() should not return true until all geometry resources are loaded or the scene node should have their Bounding Boxes updated upon successful load its respective geometry resource.


Top
 Profile  
Reply with quote  
PostPosted: 14.12.2008, 23:06 
Offline
Engine Developer

Joined: 10.09.2006, 15:52
Posts: 1217
Thanks for reporting this.
Yeah we need to think of a nice solution for this problem. One possibility could be that a SceneNode has an onUpdateResource( Resource *res) function and the resource manager a registry with listeners where model nodes could register for receiving geometry update events. But this is also not perfect...


Top
 Profile  
Reply with quote  
PostPosted: 21.03.2009, 23:26 
Offline

Joined: 20.01.2008, 07:16
Posts: 15
For those with this problem, you can work around it by checking to see that the .geo file is fully loaded before adding the scenenode to the graph.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group