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, wait
isUvLock
public 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
インタフェース内 IModelTransform
public TransformationMatrix getPartTransformation(java.lang.Object part)
getPartTransformation
インタフェース内 IForgeModelTransform
part
- Part of the model we are wanting to transform. An empty optional means
we want a transform for the entire model.