Raycast class now returns Vector3DInt32 instead of Vector3DInt16.

This commit is contained in:
David Williams
2011-03-12 13:43:08 +00:00
parent 529ed89bdb
commit ff12264744
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ namespace PolyVox
///Indicates whether an intersection was found
bool foundIntersection;
///If an intersection was found then this field holds the intersecting voxel, otherwise it is undefined.
Vector3DInt16 intersectionVoxel;
Vector3DInt32 intersectionVoxel;
};
/// The Raycast class can be used to find the fist filled voxel along a given path.