r3dynch

r3dynch

Class

real/raytr/r3dynch.h

Library

r3raytr

Description:

renderer's dynamic channel object. The complete channel set which the rendering engine uses consists of static channels installed in the raysample class and the library of dynamic channels.

See Also

real/raytr/r3frlibo.h

Super Class

r3Frlibobject

R3CLID_FRLIBOBJECT

JavaScript

r3Frdynamicchannel

Class Identifier

R3CLID_FRDYNAMICCHANNEL - 479

Attributes

ChannelClass,

Registration

int R3RegisterFrDynamicChannelClass(R3APP *app);

ChannelClass

Attribute

ChannelClass

Identifier

R3FRDYNCHA_ChannelClass

JavaScript type

Integer

C type

R3INT

Description

class id of the actual channel which this object inserts to the raysample

Syntax


jsobj.SetChannelClass(value);
value = jsobj.GetChannelClass();


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