Click or drag to resize

ShaderLightOption Class

Shader Light Option Class
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.DataShaderLightOption

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class ShaderLightOption : VIZCoreBase

The ShaderLightOption type exposes the following members.

Constructors
  NameDescription
Public methodShaderLightOption
Construction
Top
Properties
  NameDescription
Public propertycAmbient
음영 색상
Public propertycDiffuse
기본 빛 색상
Public propertycSpecular
반사된 색
Public propertyfShininess
빛이 반사되는 강도. (광원 세기)
Public propertyfSpecularGamma
반사되는 되는 부분이 SpecularColor 로 나타나는 비율
Public propertyvLightDirX
Light Direction X
Public propertyvLightDirY
Light Direction Y
Public propertyvLightDirZ
Light Direction Z
Public propertyvLightPosX
Light Position X
Public propertyvLightPosY
Light Position Y
Public propertyvLightPosZ
Light Position Z
Top
See Also