mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
stdfloat_double issue
This commit is contained in:
parent
67770fa3dc
commit
74621e39b6
@ -1042,7 +1042,7 @@ transform_point(LPoint3f &point) const {
|
||||
}
|
||||
|
||||
if (_undist_lut != NULL) {
|
||||
LPoint3 p;
|
||||
LPoint3f p;
|
||||
if (!_undist_lut->calc_bilinear_point(p, point[0], 1.0 - point[1])) {
|
||||
// Point is missing.
|
||||
point.set(0, 0, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user