Changes between Initial Version and Version 1 of Ticket #1116


Ignore:
Timestamp:
01/06/13 10:47:34 (5 months ago)
Author:
DarrielKremov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1116 – Description

    initial v1  
    11When you do something like that: 
    22 
     3 
     4{{{ 
    35room = soy.scenes.Room(1.0) 
    46room['cube1'] = soy.bodies.Box() 
    57j = soy.joints.Fixed(room['cube1'], room) 
    68j.material = soy.materials.Colored('red') 
     9}}} 
     10 
    711 
    812You will get a ton of CRITICAL **: assertion failed errors