Bug 1345 - GL2ES2Pipeline fix textureFillBackground
Summary: GL2ES2Pipeline fix textureFillBackground
Status: UNCONFIRMED
Alias: None
Product: Java3D
Classification: General
Component: core (show other bugs)
Version: tbd
Hardware: All all
: P4 normal
Assignee: Phil Jordan
URL:
Depends on:
Blocks:
 
Reported: 2016-11-05 07:14 CET by Phil Jordan
Modified: 2016-11-05 07:14 CET (History)
1 user (show)

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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