FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 887 : Missing image in TextureCube example
Last modified: 2008-08-23 06:59
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
FIXED -
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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.