|
| function XPointLightDesc | new () end |
| | @type XCOLORBASE More...
|
| |
| function XPointLightDesc | new (_clrColorVal, _fLuminance, _vPos, _fRadius, _fFallOffExponent) end |
| |
| function XSpotLightDesc | new (_clrColorVal, _fLuminance, _vPos, _vDir, _fRadius, _fFallOffExponent, _fConeInnerAngle, _fConeOuterAngle) end |
| |
| function IXLightManager | Init () end |
| |
| function IXLightManager | Release () end |
| |
| function IXLightManager | CreateDirectionLight (vDir, clrColorVal, fLuminance) end |
| |
| function IXLightManager | CreateEnvironmentLight (clrColorVal, fLuminance) end |
| |
| function IXLightManager | CreatePointLight (desc) end |
| |
| function IXLightManager | CreateSpotLight (desc) end |
| |
| function IXLightManager | ReleaseLight (pLight) end |
| |
| function IXLightBase | GetType () end |
| |
| function IXLightBase | GetAABB () end |
| |
| function IXLightBase | GetRadius () end |
| |
| function IXLightBase | GetColor () end |
| |
| function IXLightBase | GetColorValue () end |
| |
| function IXLightBase | GetLuminance () end |
| |
| function IXLightBase | SetColorValue (clrColorVal) end |
| |
| function IXLightBase | SetLuminance (fLuminance) end |
| |
| function IXLightBase | IsEnable () end |
| |
| function IXLightBase | Enable (enabled) end |
| |
| function IXLightBase | IsCastShadow () end |
| |
| function IXLightBase | EnableCastShadow (bEnabled) end |
| |
| function IXLightBase | GetBeLightedPrimitives (primitives, lightedPrimitives) end |
| |
| function IXLightBase | GetBeLightedPrimitives (primitives) end |
| |
| function IXDirectionLight | GetDir () end |
| |
| function IXDirectionLight | SetDir (vDir) end |
| |
| function IXPointLight | GetPos () end |
| |
| function IXPointLight | SetPos (vPos) end |
| |
| function IXPointLight | SetRadius (fRadius) end |
| |
| function IXPointLight | GetFallOffExponent () end |
| |
| function IXPointLight | SetFallOffExponent (fFallOffExponent) end |
| |
| function IXSpotLight | GetConeInnerAngle () end |
| |
| function IXSpotLight | SetConeInnerAngle (fAngle) end |
| |
| function IXSpotLight | GetConeOuterAngle () end |
| |
| function IXSpotLight | SetConeOuterAngle (fAngle) end |
| |