Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
ambient_occlusion.h File Reference
#include "../igl_inline.h"
#include <Eigen/Core>
#include "ambient_occlusion.cpp"
+ Include dependency graph for ambient_occlusion.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::embree
 

Functions

template<typename DerivedP , typename DerivedN , typename DerivedS >
IGL_INLINE void igl::embree::ambient_occlusion (const EmbreeIntersector &ei, 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::embree::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)