Skip to content

Commit

Permalink
[docs] Placeholder for volpath docs
Browse files Browse the repository at this point in the history
This avoids an undefined reference warning
  • Loading branch information
merlinND committed Mar 3, 2020
1 parent 6c046be commit f1375b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/integrators/volpath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ NAMESPACE_BEGIN(mitsuba)
template <typename Float, typename Spectrum, bool SpectralMis>
class VolumetricNullPathIntegratorImpl;


/**!
.. _integrator-volpath:
Volumetric path tracer with null scattering (:monosp:`volpath`)
---------------------------------------------------------------
.. todo:: Not documented yet.
*/
template <typename Float, typename Spectrum>
class VolumetricNullPathIntegrator final : public MonteCarloIntegrator<Float, Spectrum> {

Expand Down

0 comments on commit f1375b0

Please sign in to comment.