mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
programmers dont need set_alpha_test
This commit is contained in:
parent
5ae0a437a2
commit
6499b50835
@ -1979,6 +1979,8 @@ get_two_sided() const {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
// programmers prolly wont need alpha-test control
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: NodePath::set_alpha_test
|
// Function: NodePath::set_alpha_test
|
||||||
// Access: Published
|
// Access: Published
|
||||||
@ -2042,7 +2044,7 @@ get_alpha_test() const {
|
|||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
// Function: NodePath::set_depth_test
|
// Function: NodePath::set_depth_test
|
||||||
// Access: Published
|
// Access: Published
|
||||||
|
@ -430,12 +430,12 @@ PUBLISHED:
|
|||||||
void clear_two_sided();
|
void clear_two_sided();
|
||||||
bool has_two_sided() const;
|
bool has_two_sided() const;
|
||||||
bool get_two_sided() const;
|
bool get_two_sided() const;
|
||||||
|
#if 0
|
||||||
void set_alpha_test(RenderAttrib::PandaCompareFunc alpha_test_mode,float reference_alpha,int priority = 0);
|
void set_alpha_test(RenderAttrib::PandaCompareFunc alpha_test_mode,float reference_alpha,int priority = 0);
|
||||||
void clear_alpha_test();
|
void clear_alpha_test();
|
||||||
bool has_alpha_test() const;
|
bool has_alpha_test() const;
|
||||||
bool get_alpha_test() const;
|
bool get_alpha_test() const;
|
||||||
|
#endif
|
||||||
void set_depth_test(bool depth_test, int priority = 0);
|
void set_depth_test(bool depth_test, int priority = 0);
|
||||||
void clear_depth_test();
|
void clear_depth_test();
|
||||||
bool has_depth_test() const;
|
bool has_depth_test() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user