Re: Add points while program in running
Posted by
hharrison on
May 23, 2014; 2:35pm
URL: https://forum.jogamp.org/Add-points-while-program-in-running-tp4032371p4032377.html
See:
http://www.java-tips.org/other-api-tips/java3d/how-to-use-the-capability.htmlIn your code, you are adding the pointcloud node directly to the universe at runtime....instead, add a node when building
the universe that has appropriate capabilities, then add you node to _that_ node at runtime.
Harvey