diff --git a/src/main/java/electrosphere/renderer/model/Mesh.java b/src/main/java/electrosphere/renderer/model/Mesh.java index 0c3c159c..2f8ec92b 100644 --- a/src/main/java/electrosphere/renderer/model/Mesh.java +++ b/src/main/java/electrosphere/renderer/model/Mesh.java @@ -48,7 +48,6 @@ public class Mesh { */ private Model parent; - //various buffers that may or may not be allocated /** * Pointer to the vertex buffer */ @@ -95,9 +94,18 @@ public class Mesh { private boolean useElementArray = true; - //THIS IS NOT GUARANTEED TO BE THE PARENT MODEL THAT THIS WAS LOADED IN - //THIS CAN BE POST-LOAD SET IN MODEL VIA MODELMASK BEHAVIOR + /** + * The list of all bones in the mesh + *
+ * THIS IS NOT GUARANTEED TO BE THE PARENT MODEL THAT THIS WAS LOADED IN + * THIS CAN BE POST-LOAD SET IN MODEL VIA MODELMASK BEHAVIOR + *
+ */ private List