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
Post a Comment