Looks like for Shape3D, material is the most important setting so it should have constructor that takes material as parameter.
Likewise mesh and material are two the most important parameters of MeshView so there should be a constructor with both of them.
Likewise mesh and material are two the most important parameters of MeshView so there should be a constructor with both of them.
- relates to
-
JDK-8101936 Remove multi-arguments constructor entirely in TriangleMesh class
- Resolved