mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
pfm issue
This commit is contained in:
parent
ea78999dee
commit
33e6308d42
@ -79,7 +79,7 @@ process_pfm(const Filename &input_filename, PfmFile &file) {
|
||||
|
||||
if (!bba_filename.empty()) {
|
||||
bba_filename.set_text();
|
||||
PT(BoundingHexahedron) bounds = file.compute_planar_bounds(pfm_bba_dist[0], pfm_bba_dist[1]);
|
||||
PT(BoundingHexahedron) bounds = file.compute_planar_bounds(LPoint2f(0.5, 0.5), pfm_bba_dist[0], pfm_bba_dist[1], false);
|
||||
nassertr(bounds != (BoundingHexahedron *)NULL, false);
|
||||
|
||||
pofstream out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user