<@U0F3291QE> I can try to mess around with using t...
# tornadofx
r
@edvin I can try to mess around with using the actual JavaFX 3D API, but it can be rather difficult (as far as I understand it) without creating a subscene to properly handle the perspectives and lighting without messing up your current stage. The pseudo 3D I was going for (that Gerrit demos) is basically animating the properties of a
PerspectiveTransform
added to the `Node`'s effect.