metadata
Wenzel Jakob 2010-10-12 17:56:27 +02:00
parent 13878de3fb
commit efb75bbf7b
1 changed files with 1 additions and 1 deletions

View File

@ -2590,7 +2590,7 @@ protected:
}; };
/** /**
* \brief Internal kd-tree traversal implementation (Havran variant) * \brief Internal kd-tree traversal implementation (Plain variant)
*/ */
template<bool shadowRay> FINLINE bool rayIntersectPlain(const Ray &ray, template<bool shadowRay> FINLINE bool rayIntersectPlain(const Ray &ray,
Float mint_, Float maxt_, Float &t, void *temp) const { Float mint_, Float maxt_, Float &t, void *temp) const {