Package de.javagl.ply
Class PlySources
- java.lang.Object
-
- de.javagl.ply.PlySources
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MutablePlySourcecreate(Descriptor descriptor)Returns a newMutablePlySourcewith the givenDescriptor
-
-
-
Method Detail
-
create
public static MutablePlySource create(Descriptor descriptor)
Returns a newMutablePlySourcewith the givenDescriptor- Parameters:
descriptor- TheDescriptor- Returns:
- The
MutablePlySource
-
-