![]() |
geno |
![]() integer |
number of neuron connections |
![]() integer |
number of joints |
![]() integer |
number of neurons |
![]() integer |
number of parts |
![]() float |
startenergy |
![]() 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). |
![]() float |
bounding box y size See Model.size_x |
![]() float |
bounding box z size See Model.size_x |
![]() string |
vis_style |
![]() returns Joint |
getJoint (static model information) function getJoint(integer index) |
![]() returns NeuroDef |
getNeuroDef function getNeuroDef(integer index) |
![]() returns Part |
getPart (static model information) function getPart(integer index) |
![]() returns Model |
create new object function newFromGeno(Geno) |
![]() returns Model |
create new object function newFromString(string genotype) |
Global context |