de.jreality.scene.proxy
Class SceneProxyBuilder
java.lang.Object
de.jreality.scene.proxy.SceneProxyBuilder
public class SceneProxyBuilder
- extends Object
Base class for builder that create some kind of mirroring structure
for a scene graph. This class does not make copies for each path
that reaches a node.
getProxyFactory
public ProxyFactory getProxyFactory()
setProxyFactory
public void setProxyFactory(ProxyFactory factory)
add
public void add(Object parentProxy,
Object childProxy)
createProxyScene
public Object createProxyScene(SceneGraphNode node)
getProxy
public Object getProxy(Object local)
getProxies
public List getProxies(List l)
disposeProxy
public void disposeProxy(SceneGraphComponent root)