java - two different cameras on one 3D-Object in Scene (JavaFX) -


i'm experimenting new javafx-3d objects. molecule example starting point, tried build scene embedded subscene. in main scene, there should molecule in example oracle , in subscene 1 should see e.g. projection left of molecule.

is possible add second camera scene, , set subscene, or every subscene need same 3d object in it?

i'm new topic, , happy read tips/tricks/infos. in advance!

only 1 camera can set scene or subscene. simultaneous viewing requires several subscenes individual camera , redundant scene graphs. instances of shareable classes phongmaterial , trianglemesh can re-used in every scene graph.

alternatively, node.snapshot() feature can used. lighting doesn't seem work yet. see proof of concept here http://www.interactivemesh.org/models/jfx3dtuxcube.html.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -