public final class SimpleModelTransform extends java.lang.Object implements IModelTransform
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static SimpleModelTransform |
IDENTITY |
| コンストラクタと説明 |
|---|
SimpleModelTransform(com.google.common.collect.ImmutableMap<?,TransformationMatrix> map) |
SimpleModelTransform(com.google.common.collect.ImmutableMap<?,TransformationMatrix> map,
TransformationMatrix base) |
SimpleModelTransform(TransformationMatrix base) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TransformationMatrix |
getPartTransformation(java.lang.Object part) |
TransformationMatrix |
getRotation() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisUvLockpublic static final SimpleModelTransform IDENTITY
public SimpleModelTransform(com.google.common.collect.ImmutableMap<?,TransformationMatrix> map)
public SimpleModelTransform(TransformationMatrix base)
public SimpleModelTransform(com.google.common.collect.ImmutableMap<?,TransformationMatrix> map, TransformationMatrix base)
public TransformationMatrix getRotation()
getRotation インタフェース内 IModelTransformpublic TransformationMatrix getPartTransformation(java.lang.Object part)
getPartTransformation インタフェース内 IForgeModelTransformpart - Part of the model we are wanting to transform. An empty optional means
we want a transform for the entire model.