22 INLINE TexProjectorEffect::
23 TexProjectorEffect() {
32 INLINE TexProjectorEffect::
43 INLINE TexProjectorEffect::StageDef::
54 INLINE
void TexProjectorEffect::StageDef::
64 INLINE
void TexProjectorEffect::StageDef::
65 set_lens_index(
int lens_index) {
66 _lens_index = lens_index;
74 INLINE
int TexProjectorEffect::StageDef::
75 compare_to(
const TexProjectorEffect::StageDef &other)
const {
76 int compare = _to.compare_to(other._to);
81 if (_lens_index != other._lens_index) {
82 return _lens_index - other._lens_index;
85 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...