r3ialss

r3ialss

Class

real/intact/r3ialss.h

Library

r3ia

Description:

Spot light interactor

See Also

real/intact/r3ianp.h

Super Class

r3Ianp

R3CLID_IANP

JavaScript

r3Ialsspot

Class Identifier

R3CLID_IALSSPOT - 508

Methods

Attributes

Type, Material,

Registration

int R3RegisterIaSpotLightClass(R3APP *app);

Type

Attribute

Type

Identifier

R3IALSSA_Type

JavaScript type

Integer

C type

R3INT

Description

creation methods

Syntax


jsobj.SetType(value);
value = jsobj.GetType();


R3INT value = ...;
R3SetAttrs(r3obj, R3IALSSA_Type, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3IALSSA_Type, &value, R3TAG_END);

Material

Attribute

Material

Identifier

R3IALSSA_Material

JavaScript type

String

C type

char*

Description

material defining volumetric props

Syntax


jsobj.SetMaterial(value);
value = jsobj.GetMaterial();


char* value = ...;
R3SetAttrs(r3obj, R3IALSSA_Material, value, R3TAG_END);
char* value;
R3GetAttrs(r3obj, R3IALSSA_Material, &value, R3TAG_END);

creation method values

R3IALSSTY_4P
R3IALSSTY_2P


r3appobj *