annotate Renderer/Test/ball_bound.h @ 724:6d11ecef3b74

Small clean up of Rendering Engine
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 19 Dec 2009 14:36:37 +0900
parents d0b8860c17f8
children 4f77768d7a7f b7376415fa5f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
510
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 #include <math.h>
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 #include <stdlib.h>
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 #include "SceneGraphRoot.h"
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 #include "Application.h"
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 #include "MainLoop.h"
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 class ball_bound : public Application {
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8
97e1b0346597 continue...
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 MainLoopPtr init(Viewer *viewer, int screen_w, int screen_h);
656
d0b8860c17f8 remove global variable "sgroot" , add SgChange.{cc, h} SgMain.cc SgRootChange.{cc, h}
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents: 511
diff changeset
10 MainLoopPtr init_only_sg(SgChange *viewer, int screen_w, int screen_h);
511
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 510
diff changeset
11 };