Changeset 547 for trunk


Ignore:
Timestamp:
02/10/11 16:05:52 (16 months ago)
Author:
acbernst
Message:

fixed distribution example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/distribution/simpleviewer-srv.py

    r448 r547  
    6262        cur_rot = math.sin((time.time()-self.time)/2.) 
    6363        cur_mat = avango.osg.make_rot_mat(cur_rot, 1., 0., 0.) 
    64         self.trans.Matrix = cur_mat 
     64        self.trans.Matrix.value = cur_mat 
    6565 
    6666rt = RotateTransform(trans) 
Note: See TracChangeset for help on using the changeset viewer.