Changes between Initial Version and Version 1 of Ticket #11898, comment 3


Ignore:
Timestamp:
Apr 18, 2021, 7:06:35 AM (4 years ago)
Author:
eriktorbjorn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11898, comment 3

    initial v1  
    1 I'm not sure, but I ''think'' it has to do with GfxOpenGLS::getScreenBoundingBox(const Mesh *mesh, int *x1, int *y1, int *x1, int *y2) not being implemented.
     1I'm not sure, but I ''think'' it has to do with GfxOpenGLS::getScreenBoundingBox(const Mesh *mesh, int *x1, int *y1, int *x1, int *y2) not being implemented. (It's just an empty function, and since Mesh::getBoundingBox() calls it with uninitialized input parameters the output is just as uninitialized. Ouch.)