PDA

View Full Version : Tiled Cyinder or Sphere


mellott124
11-29-2015, 05:48 PM
Hi,

Trying to do some spherical and cylindrical photo viewers but my image sizes are far larger than maximum texture size allowed on my hardware. How can I do a tiled cylinder or tiled sphere?

Currently I use this to load 1 texture across the entire cylinder or sphere:
sphere=vizshape.addSphere(radius=100,flipFaces=Tru e,slices=100)
sphere.texture(tex[0])

I'd like to tile this same sphere or cylinder.

Thanks,
Kevin