r3frlsa

r3frlsa

Class

real/raytr/r3frlsa.h

Library

r3raytr

Description:

Renderer's ambient light source class. Note: ambient light source has 'position' attribute. This way one can control the falloff in function of distance.

See Also

real/raytr/r3frls.h

Super Class

r3Frlightsource

R3CLID_FRLIGHTSOURCE

JavaScript

r3Frambientlight

Class Identifier

R3CLID_FRAMBIENTLIGHT - 459

Attributes

Center,

Registration

int R3RegisterFRAmbientLightClass(R3APP *app);

Center

Attribute

Center

Identifier

R3FRLSAA_Center

Type

r3Vect

Description

position of the light source

Syntax


jsobj.SetCenter(value);


R3VECTOR* value = ...;
R3SetAttrs(r3obj, R3FRLSAA_Center, value, R3TAG_END);


r3appobj *