Work on Raycast.

This commit is contained in:
David Williams
2011-01-08 16:57:33 +00:00
parent a57e1d749a
commit 8df20f2203
2 changed files with 36 additions and 21 deletions

View File

@ -43,6 +43,8 @@ namespace PolyVox
bool doRaycast(float x1, float y1, float z1, float x2, float y2, float z2);
Volume<VoxelType>* m_volData;
VolumeSampler<VoxelType> m_sampVolume;
Vector3DFloat m_v3dStart;
Vector3DFloat m_v3dDirection;
float m_fMaxDistance;