Bug 1262

Summary: Allow multi-pass font rendering to choose FBO to render to
Product: [JogAmp] Jogl Reporter: Alan Sambol <alan.zgb>
Component: graphAssignee: Sven Gothel <sgothel>
Status: RESOLVED WONTFIX    
Severity: major CC: alan.zgb, kdropucic, rami.santina, sgothel
Priority: P4    
Version: tbd   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
Workaround: ---
Bug Depends on:    
Bug Blocks: 1064    

Description Alan Sambol 2015-10-31 14:51:04 CET
When rendering my whole scene (including text) to an FBO instead of screen, multi-pass (MSAA or VBAA) font rendering renders to its internal FBO (1st pass) and then to screen (2nd pass).

There should be a way to bind my own FBO before 2nd pass rendering takes place - not sure if inside RegionRenderer or TextRegionUtil or somewhere else.
Comment 1 Sven Gothel 2024-02-14 00:52:29 CET
Not for now, perhaps on commission / contract.

Note: Soon we shall be able to AA in 1-pass, dropping the FBO mode/model.