-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: internal
-
Component/s: javafx
-
generic
-
os_x
Printing of vertex array and color array is needed only during debug.
This was essential during proof of concepts development.
MTLLog.Debug() calls are used to print this data, but a for loop is used to traverse the data. This is impacting performance if `numVertices` is a huge value.
This was essential during proof of concepts development.
MTLLog.Debug() calls are used to print this data, but a for loop is used to traverse the data. This is impacting performance if `numVertices` is a huge value.