Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+21 votes

Hey guys, I was wondering if anyone has experimented with MeshView and TriangleMeshView for the 3D aspect of the project and had any tips or resources that they used? Thanks!

asked in CSC305 Fall 2022 by (1 point)
+2

Sadly, the internet lacks good educational resources for TriangleMeshView.

1 Answer

+7 votes

I do not know of any tutorials currently but the java documentation always seems to helps get a better understanding. https://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/MeshView.html
https://docs.oracle.com/javase/8/javafx/api/javafx/scene/shape/TriangleMesh.html

answered by (1 point)
...