Public Member Functions | |
| octree_test_visitor (const vertex_vector &vertices, const Context &context, const Ray &ray) | |
| bool | Trace (const octree_node *node, sheep::Real t0, sheep::Real t1) |
Public Attributes | |
| const vertex_vector & | m_vertices |
| const Context & | m_context |
| const Ray & | m_ray |
| bool | m_found |
Definition at line 149 of file mesh.h.
|
||||||||||||||||
|
Definition at line 389 of file mesh.cpp. References toxic::Mesh::vertex_vector. |
|
||||||||||||||||
|
Definition at line 399 of file mesh.cpp. References toxic::intersect_triangle(), m_found, sheep::OctreeNode< const triangle * >::m_items, m_ray, toxic::Mesh::triangle::m_v0, toxic::Mesh::triangle::m_v1, toxic::Mesh::triangle::m_v2, and toxic::Mesh::octree_node. |
|
|
|
|
|
Definition at line 153 of file mesh.h. Referenced by toxic::Mesh::Intersect(), and Trace(). |
|
|
Definition at line 152 of file mesh.h. Referenced by Trace(). |
|
|
|
1.3.6