Is it possible to render text in 3D view in JavaFX 8? I have not seen any text rendering in any of the 3D examples I found so far.
Asked
Active
Viewed 967 times
1
-
You can just add a Text node to the 3D scene. It has a Z dimension of 0 so it's pretty thin. It looks fine from head on. – brian Jul 05 '14 at 23:52
-
Possible duplicate of [How to render 3D text in JavaFX?](http://stackoverflow.com/questions/32257311/how-to-render-3d-text-in-javafx) – trashgod May 27 '16 at 10:51