-
Enhancement
-
Resolution: Fixed
-
P3
-
8
Main idea of this issue is to improve TriangleMesh API up to the following form:
public class TriangleMesh {
ObservableFloatList getPoints();
ObservableFloatList getTexCoords();
ObservableIntList getFaces();
ObservableIntList getSmoothingGroups();
}
The open question is what would be those ObservableFloatList and ObservableIntList.
public class TriangleMesh {
ObservableFloatList getPoints();
ObservableFloatList getTexCoords();
ObservableIntList getFaces();
ObservableIntList getSmoothingGroups();
}
The open question is what would be those ObservableFloatList and ObservableIntList.
- relates to
-
JDK-8124788 Fix ObservableArray, ObservableIntegerArray and ObservableFloatArray javadocs
-
- Closed
-