mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
*** empty log message ***
This commit is contained in:
parent
afe47fb02e
commit
090b613cea
@ -56,7 +56,7 @@ in_range(float dist_squared) const {
|
|||||||
// Description: Scales the switching distances by the square root of
|
// Description: Scales the switching distances by the square root of
|
||||||
// the indicated factor.
|
// the indicated factor.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
void LODSwitch::
|
INLINE void LODSwitch::
|
||||||
rescale(float factor_squared) {
|
rescale(float factor_squared) {
|
||||||
_in *= factor_squared;
|
_in *= factor_squared;
|
||||||
_out *= factor_squared;
|
_out *= factor_squared;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user