Ignore:
Timestamp:
07/27/06 17:08:21 (18 years ago)
Author:
szydlowski
Message:

Started implementing the hierarchy interface for the kdtree scene manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/KdTreeDemo/OGRE/src/TestKdTree.cpp

    r1163 r1165  
    117117                //mCamera->setPosition(Vector3(830, 300, -540)); 
    118118                //mCamera->setOrientation(Quaternion(-0.3486, 0.0122, 0.9365, 0.0329)); 
    119                 mCamera->setPosition(Vector3(688, 866, 944)); 
    120                 mCamera->setOrientation(Quaternion(-0.979419, 0.201128, 0.0165594, 0.00340038)); 
     119                // total view 
     120                //mCamera->setPosition(Vector3(688, 866, 944)); 
     121                //mCamera->setOrientation(Quaternion(-0.979419, 0.201128, 0.0165594, 0.00340038)); 
    121122                mTopCam->setPosition(Vector3(1232, 3990, -1477)); 
     123                // walkthrough view 
     124                mCamera->setPosition(Vector3(1102.56, 181.845, -350.305)); 
     125                mCamera->setOrientation(Quaternion(-0.977321, -0.117497, -0.174903, 0.0210273)); 
    122126        } 
    123127        else 
Note: See TracChangeset for help on using the changeset viewer.