Bug 692 : P3D & ENABLE_DEPTH_SORT & MovieMaker's addFrame require funny coding
Last modified: 2008-10-13 05:23




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
jedierikb
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2007-11-26 12:05
Maybe this isn't a bug.

When using P3D and the ENABLE_DEPTH_SORT hint, you have to call "addFrame"
at the top of your draw method to capture what was drawn in the previous
draw() call. Normally you call addFrame at the end of the draw() call.

v133, Windows, QT7.3, JRE1.5
Additional Comment #1 From fry 2007-11-29 09:31
yeah, that's cuz the graphics draw after draw() has exited with
ENABLE_DEPTH_SORT. internally there's a flush() method to handle it
properly, i'll just have to expose that api for other libraries.
Additional Comment #2 From fry 2008-10-13 05:23
fixed for 0149.