- Timestamp:
- 02/10/11 16:05:52 (16 months ago)
- File:
-
- 1 edited
-
trunk/examples/distribution/simpleviewer-srv.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/distribution/simpleviewer-srv.py
r448 r547 62 62 cur_rot = math.sin((time.time()-self.time)/2.) 63 63 cur_mat = avango.osg.make_rot_mat(cur_rot, 1., 0., 0.) 64 self.trans.Matrix = cur_mat64 self.trans.Matrix.value = cur_mat 65 65 66 66 rt = RotateTransform(trans)
Note: See TracChangeset
for help on using the changeset viewer.
