MorphTargetDeformer

Inheritance: java.lang.Object, com.aspose.threed.A3DObject, com.aspose.threed.Deformer

public class MorphTargetDeformer extends Deformer

MorphTargetDeformer는 정점당 애니메이션을 제공합니다. MorphTargetDeformer는 모든 타깃을 MorphTargetChannel 을 통해 조직하며, 각 채널은 여러 타깃을 조직할 수 있습니다. morph target deformer의 일반적인 사용은 캐릭터에 얼굴 표정을 적용하는 것입니다. 자세한 내용은 https://en.wikipedia.org/wiki/Morph\_target\_animation 에서 확인할 수 있습니다.

생성자

생성자설명
MorphTargetDeformer(String name)MorphTargetDeformer 클래스의 새 인스턴스를 초기화합니다.
MorphTargetDeformer()MorphTargetDeformer 클래스의 새 인스턴스를 초기화합니다.

메서드

메서드설명
equals(Object arg0)
findProperty(String propertyName)속성을 찾습니다.
get(Shape target)주어진 지오메트리의 가중치를 가져옵니다. 이는 채널에 접근하지 않고 타깃의 가중치를 수정하는 간편한 방법입니다.
getChannels()이 디포머에 포함된 모든 채널을 가져옵니다.
getClass()
getName()이름을 가져옵니다.
getOwner()이 디포머를 소유하는 기하학을 가져옵니다.
getProperties()모든 속성의 컬렉션을 가져옵니다.
getProperty(String property)지정된 속성의 값을 가져옵니다
hashCode()
notify()
notifyAll()
removeProperty(Property property)동적 속성을 제거합니다.
removeProperty(String property)이름으로 식별되는 지정된 속성을 제거합니다.
set(Shape target, double value)주어진 지오메트리의 가중치를 설정합니다. 이는 채널에 접근하지 않고 타깃의 가중치를 수정하는 간편한 방법입니다.
setName(String value)이름을 설정합니다.
setProperty(String property, Object value)지정된 속성의 값을 설정합니다.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MorphTargetDeformer(String name)

public MorphTargetDeformer(String name)

MorphTargetDeformer 클래스의 새 인스턴스를 초기화합니다.

Parameters:

매개변수형식설명
이름java.lang.String이름.

MorphTargetDeformer()

public MorphTargetDeformer()

MorphTargetDeformer 클래스의 새 인스턴스를 초기화합니다.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

매개변수형식설명
arg0java.lang.Object

Returns: boolean

findProperty(String propertyName)

public Property findProperty(String propertyName)

속성을 찾습니다. 동적 속성 (Created by CreateDynamicProperty/SetProperty) 또는 네이티브 속성 (Identified by its name)일 수 있습니다.

Parameters:

매개변수형식설명
propertyNamejava.lang.String속성 이름.

Returns: Property - The property.

get(Shape target)

public double get(Shape target)

주어진 지오메트리의 가중치를 가져옵니다. 이는 채널에 접근하지 않고 타깃의 가중치를 수정하는 간편한 방법입니다.

Parameters:

매개변수형식설명
targetShape대상 기하학

Returns: double - 가중치

getChannels()

public List<MorphTargetChannel> getChannels()

이 디포머에 포함된 모든 채널을 가져옵니다.

Returns: java.util.List<com.aspose.threed.MorphTargetChannel> - 이 디포머에 포함된 모든 채널

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getName()

public String getName()

이름을 가져옵니다.

Returns: java.lang.String - 이름.

getOwner()

public Geometry getOwner()

이 디포머를 소유하는 기하학을 가져옵니다.

Returns: Geometry - the geometry which owns this deformer

getProperties()

public PropertyCollection getProperties()

모든 속성의 컬렉션을 가져옵니다.

Returns: PropertyCollection - the collection of all properties.

getProperty(String property)

public Object getProperty(String property)

지정된 속성의 값을 가져옵니다

Parameters:

매개변수형식설명
속성java.lang.String속성 이름

Returns: java.lang.Object - 찾은 속성의 값

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

removeProperty(Property property)

public boolean removeProperty(Property property)

동적 속성을 제거합니다.

Parameters:

매개변수형식설명
propertyProperty제거할 속성

Returns: boolean - 속성이 성공적으로 제거되면 true

removeProperty(String property)

public boolean removeProperty(String property)

이름으로 식별되는 지정된 속성을 제거합니다.

Parameters:

매개변수형식설명
속성java.lang.String제거할 속성

Returns: boolean - 속성이 성공적으로 제거되면 true

set(Shape target, double value)

public void set(Shape target, double value)

주어진 지오메트리의 가중치를 설정합니다. 이는 채널에 접근하지 않고 타깃의 가중치를 수정하는 간편한 방법입니다.

Parameters:

매개변수형식설명
targetShape대상 기하학
double새 값

setName(String value)

public void setName(String value)

이름을 설정합니다.

Parameters:

매개변수형식설명
java.lang.String새 값

setProperty(String property, Object value)

public void setProperty(String property, Object value)

지정된 속성의 값을 설정합니다.

Parameters:

매개변수형식설명
속성java.lang.String속성 이름
java.lang.Object속성의 값

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

매개변수형식설명
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

매개변수형식설명
arg0long
arg1int