Bug 1345

Summary: GL2ES2Pipeline fix textureFillBackground
Product: Java3D Reporter: Phil Jordan <p.j.nz>
Component: coreAssignee: Phil Jordan <p.j.nz>
Status: UNCONFIRMED ---    
Severity: normal CC: gouessej
Priority: P4    
Version: tbd   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
Workaround: ---

Description Phil Jordan 2016-11-05 07:14:53 CET
Use of texture background calls textureFillBackground(
Background bg = new Background(bgTexture.getImage());
So possibly fix it up to work? http://stackoverflow.com/questions/4036737/how-to-draw-a-texture-as-a-2d-background-in-opengl-es-2-0