View Single Post
  #1  
Old 11-29-2015, 05:48 PM
mellott124 mellott124 is offline
Member
 
Join Date: Jul 2014
Posts: 20
Tiled Cyinder or Sphere

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
Reply With Quote