Revision 100,
356 bytes
checked in by mattausch, 19 years ago
(diff) |
added visualization for octree culling
camera in terrainexample is now attached to camera node => can see correct camera
in visualization
|
Rev | Line | |
---|
[59] | 1 | #include "VisibilityEnvironment.h"
|
---|
| 2 |
|
---|
| 3 | namespace GtpVisibility {
|
---|
[100] | 4 |
|
---|
[74] | 5 | //-----------------------------------------------------------------------
|
---|
[59] | 6 | VisibilityEnvironment::VisibilityEnvironment()
|
---|
| 7 | {
|
---|
| 8 | }
|
---|
[74] | 9 | //-----------------------------------------------------------------------
|
---|
[59] | 10 | void VisibilityEnvironment::LoadEnvironment()
|
---|
| 11 | {
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 | } // namespace GtpVisibility
|
---|
Note: See
TracBrowser
for help on using the repository browser.