david.broto Posted January 10, 2012 Share Posted January 10, 2012 Related to this post https://developer.unigine.com/forum/topic/1068-acessing-individual-clutter-generated-nodes/ it would be awesome to have some callback system at WorldClutter and WorldCluster classes at every creation/deletion of dynamic nodes (or batch of nodes). This could make these classes more powerful and dynamic. Thanks! Link to comment
manguste Posted February 9, 2012 Share Posted February 9, 2012 It seems it can quickly become a bottleneck. Thank you for your suggestion, but it''s unlikely we'll implement this. Link to comment
frustum Posted February 10, 2012 Share Posted February 10, 2012 The problem can be solved by creating special node type for callbacks emitting on base actions (create, delete, enable, move,...). You can insert this node into your node reference hierarchy and controls it manually. We will append this node in the upcoming SDK. Link to comment
Recommended Posts