18 INLINE TexProjectorEffect::
19 TexProjectorEffect() {
26 INLINE TexProjectorEffect::
35 INLINE TexProjectorEffect::StageDef::
37 _to_lens_node(nullptr)
44 INLINE
void TexProjectorEffect::StageDef::
52 INLINE
void TexProjectorEffect::StageDef::
53 set_lens_index(
int lens_index) {
54 _lens_index = lens_index;
60 INLINE
int TexProjectorEffect::StageDef::
61 compare_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);
This effect automatically applies a computed texture matrix to the specified texture stage,...
NodePath is the fundamental system for disambiguating instances, and also provides a higher-level int...