|
XscModelSetRotation Method
|
모델의 yaw, pitch, roll을 설정한다.
Namespace: Pixoneer.NXDL.NSCENEAssembly: NXDLscene (in NXDLscene.dll) Version: 2.0.3.38
Syntax[HandleProcessCorruptedStateExceptionsAttribute]
public void SetRotation(
XAngle yaw,
XAngle pitch,
XAngle roll
)
Parameters
- yaw XAngle
- Yaw 값
- pitch XAngle
- Pitch 값
- roll XAngle
- Roll 값
Return Value
이 함수는 값을 반환하지 않는다.
See Also