Easy3D 2.5.3
Transparency Class Referenceabstract

Base class for rendering with transparency. More...

#include <easy3d/renderer/transparency.h>

Inheritance diagram for Transparency:
AverageColorBlending DualDepthPeeling

Public Member Functions

virtual void draw (const std::vector< TrianglesDrawable * > &surfaces)=0
 Renders the scene (a set of surfaces) with transparency effect. More...
 

Detailed Description

Base class for rendering with transparency.

See also
AverageColorBlending,
Examples
Tutorial_504_Transparency.

Member Function Documentation

◆ draw()

virtual void draw ( const std::vector< TrianglesDrawable * > &  surfaces)
pure virtual

Renders the scene (a set of surfaces) with transparency effect.

Implemented in AverageColorBlending, and DualDepthPeeling.


The documentation for this class was generated from the following file: