Changes between Version 4 and Version 5 of Ticket #890


Ignore:
Timestamp:
03/03/08 16:30:53 (5 years ago)
Author:
AlexMeyer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #890 – Description

    v4 v5  
    1212    _bodies 
    1313    fields 
    14     joints 
    1514    lights 
    1615}}} 
     
    1817That is all we currently show for help(soy.bodies), for one of the most complicated class families. 
    1918 
    20 Someone needs to write easy to read docs which explain that bodies exist inside a soy.Scene, that they are mass with orientation and velocity, that they may have a shape to collide, mesh to render something, and be connected to joints. 
     19Someone needs to write easy to read docs which explain that bodies exist inside a soy.scenes.Scene, that they are mass with orientation and velocity, that they may have a shape to collide, mesh to render something, and be connected to joints. 
    2120 
    2221The properties, especially of soy.bodies.Body (those generic to all bodies), need to be explained in greater detail and within the soy.bodies docs a reference to "See soy.bodies.Body for more" or something similar.