VisualModel class, available in: Visual style definitionVisual representation of the Creature object.This class has 8 members:
sdleiF
string argsstyle argsstyle parameters: Vstyle=name(args)
float brightness0 .. 2
default=1.0
brightness
int color0 .. 16777215
default=16777215
colorRGB format, 0xRRGGBB in hexadecimal
float jointshadowjoint shadow size
float partshadowpart shadow size
SSGNode rootNodeobject's root node
string stylestyle namevisual style applied to this object
snoitcnuF
function getArg(string name)returns stringget argument valueretrieve single style argument, as in:
Vstyle=name(a=1,b=3)
VisualModel.getArg("a") returns 1
Global context>>Experiment definition>>Visual style definition