18INLINE TexProjectorEffect::
26INLINE TexProjectorEffect::
35INLINE TexProjectorEffect::StageDef::
37 _to_lens_node(nullptr)
44INLINE
void TexProjectorEffect::StageDef::
52INLINE
void TexProjectorEffect::StageDef::
53set_lens_index(
int lens_index) {
54 _lens_index = lens_index;
60INLINE
int TexProjectorEffect::StageDef::
61compare_to(
const TexProjectorEffect::StageDef &other)
const {
62 int compare = _to.compare_to(other._to);
67 if (_lens_index != other._lens_index) {
68 return _lens_index - other._lens_index;
71 return _from.compare_to(other._from);
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...
This effect automatically applies a computed texture matrix to the specified texture stage,...