annotate Renderer/Test/ball_action.h @ 1245:a97b4dd4574c draft

Added tag real_matrix for changeset cd50c48f45e7
author Kakeru TAMASIRO <e095736@ie.u-ryukyu.ac.jp>
date Fri, 11 Nov 2011 17:04:13 +0900
parents 7a311860a76e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
653
7a311860a76e remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents: 540
diff changeset
1 void ball_move(SceneGraphPtr node, void *sgroot_, int w, int h);
7a311860a76e remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents: 540
diff changeset
2 void ball_coll(SceneGraphPtr node, void *sgroot_, int w, int h, SceneGraphPtr tree);