geno
|
geno |
numconnections
integer |
number of neuron connections |
numjoints
integer |
number of joints |
numneurons
integer |
number of neurons |
numparts
integer |
number of parts |
se
float |
startenergy |
size_x
float |
bounding box x size (size_x,size_y,size_z) are dimensions of the axis-aligned bounding box of the creature, including imaginary Part sizes (Part.s, usually 1.0). A creature consisting of a single default part has the size of (2.0,2.0,2.0) - twice the Part.s value (like a sphere diameter is twice its radius). |
size_y
float |
bounding box y size See Model.size_x |
size_z
float |
bounding box z size See Model.size_x |
Vstyle
string |
vis_style |
getJoint
returns Joint |
getJoint (static model information) function getJoint(integer index) |
getNeuroDef
returns NeuroDef |
getNeuroDef function getNeuroDef(integer index) |
getPart
returns Part |
getPart (static model information) function getPart(integer index) |
newFromGeno
returns Model |
create new object function newFromGeno(Geno) |
newFromString
returns Model |
create new object function newFromString(string genotype) |
| Global context |