Bug 887 : Missing image in TextureCube example
Last modified: 2008-08-23 06:59




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

 

Reporter:
Tom Blackwell
Assigned To:
REAS

Attachment Type Created Size Actions

Description:   Opened: 2008-08-20 05:47
The uvtex.jpg image is missing from the TextureCube example; there is no
data folder in this sketch.
This can be fixed by the copying the data folder used in the Texture1,2,3
examples and replacing the reference to uvtex.jpg with berlin-1.jpg in
second line of setup()
ie.
tex = loadImage("uvtex.jpg"); becomes tex = loadImage("berlin-1.jpg");

Found in revisions 133-148.
Additional Comment #1 From REAS 2008-08-23 06:59
The file "uvtex.jpg" has been added to SVN.