#include "igl_inline.h"
#include "AABB.h"
#include <Eigen/Core>
#include <functional>
#include "ambient_occlusion.cpp"
Go to the source code of this file.
|
| template<typename DerivedP , typename DerivedN , typename DerivedS > |
| IGL_INLINE void | igl::ambient_occlusion (const std::function< bool(const Eigen::Vector3f &, const Eigen::Vector3f &) > &shoot_ray, const Eigen::PlainObjectBase< DerivedP > &P, const Eigen::PlainObjectBase< DerivedN > &N, const int num_samples, Eigen::PlainObjectBase< DerivedS > &S) |
| |
| template<typename DerivedV , int DIM, typename DerivedF , typename DerivedP , typename DerivedN , typename DerivedS > |
| IGL_INLINE void | igl::ambient_occlusion (const igl::AABB< DerivedV, DIM > &aabb, const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedP > &P, const Eigen::PlainObjectBase< DerivedN > &N, const int num_samples, Eigen::PlainObjectBase< DerivedS > &S) |
| |
| template<typename DerivedV , typename DerivedF , typename DerivedP , typename DerivedN , typename DerivedS > |
| IGL_INLINE void | igl::ambient_occlusion (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedP > &P, const Eigen::PlainObjectBase< DerivedN > &N, const int num_samples, Eigen::PlainObjectBase< DerivedS > &S) |
| |