Click or drag to resize
XDL

XscModelUseInternalLighting Property

모델 파일 내부에 설정된 Lighting 효과를 적용할지 여부를 확인하거나 설정한다.

Namespace:  Pixoneer.NXDL.NSCENE
Assembly:  NXDLscene (in NXDLscene.dll) Version: 2.0.3.31
Syntax
C#
public bool UseInternalLighting {
	[HandleProcessCorruptedStateExceptionsAttribute]
	get;
	[HandleProcessCorruptedStateExceptionsAttribute]
	set;
 }

Property Value

Type: Boolean
See Also