Class NodePartPlus
java.lang.Object
gaiasky.util.gdx.model.IntNodePart
gaiasky.util.gdx.model.gltf.scene3d.model.NodePartPlus
-
Field Summary
Fields inherited from class gaiasky.util.gdx.model.IntNodePart
bones, enabled, invBoneBindTransforms, material, meshPart
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
protected IntNodePart
set
(IntNodePart other) Convenience method to set the material, mesh, meshPartOffset, meshPartSize, primitiveType and bones members of the specified Renderable.
-
Field Details
-
morphTargets
null if no morph targets
-
-
Constructor Details
-
NodePartPlus
public NodePartPlus()
-
-
Method Details
-
setRenderable
Description copied from class:IntNodePart
Convenience method to set the material, mesh, meshPartOffset, meshPartSize, primitiveType and bones members of the specified Renderable. The other member of the providedIntRenderable
remain untouched. Note that the material, mesh and bones members are referenced, not copied. Any changes made to those objects will be reflected in both the NodePart and Renderable object.- Overrides:
setRenderable
in classIntNodePart
- Parameters:
out
- The Renderable of which to set the members to the values of this NodePart.
-
copy
- Overrides:
copy
in classIntNodePart
-
set
- Overrides:
set
in classIntNodePart
-