Game Development Community

Referance errors

by Anthony Rosenbaum · in Torque Game Builder · 01/16/2006 (5:24 pm) · 2 replies

To add a chunked background one needs a 2dchunkedimagedatablock . . .the referance says the variable name to associate an image is textureName but now it is image name

#1
01/16/2006 (6:09 pm)
Also when scrolling a scroller the ever other image is a solid white area not a repeat of the scroll image.
#2
01/16/2006 (11:44 pm)
Quote:the referance says the variable name to associate an image is textureName but now it is image name
Fixed in Reference-Guide v3.2

Quote:Also when scrolling a scroller the ever other image is a solid white area not a repeat of the scroll image.
If it's this problem then you still need to use a single-frame POT image because the scrolling is done via the hardware GL_REPEAT function.

- Melv.