![]() |
LibCarna Version 3.4.0
|
Defines partial order for renderables w.r.t. to their depth in eye space. More...
#include <Renderable.hpp>
Public Member Functions | |
bool | operator() (const Renderable &l, const Renderable &r) const |
Tells whether l is further away than r for order>0 or closer for order<0 respectively. | |
Static Public Attributes | |
static const bool | isViewDependent = true |
Indicates that this partial order depends on the view transform. | |
Defines partial order for renderables w.r.t. to their depth in eye space.
order | establishes order back-to-front for positive order and front-to-back for negative order. |
Definition at line 113 of file Renderable.hpp.
bool LibCarna::base::Renderable::DepthOrder< order >::operator() | ( | const Renderable & | l, |
const Renderable & | r | ||
) | const |
Tells whether l is further away than r for order>0
or closer for order<0
respectively.
Definition at line 166 of file Renderable.hpp.
|
static |
Indicates that this partial order depends on the view transform.
Definition at line 119 of file Renderable.hpp.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen