Thread: PanoramicHelp
View Single Post
  #3  
Old 07-19-2011, 10:04 AM
nicmurr nicmurr is offline
Member
 
Join Date: Jul 2011
Posts: 2
Panorama Help

Hello Jeff,

I used the following code


import viz
viz.go()


env = viz.add(viz.ENVIRONMENT_MAP,'lab_L.jpg')

sky = viz.add('skydome.dlc')
sky.texture(env)


I essentially substituted the 'townhall_L.jpg' for lab_L.jpg'

The lab .jpg files were copied to the directory that the townhall jpgs are contained with the exact same file parameters, eg lab_negx etc


The tutorial used was Tutorial: 360 Panoramas
Reply With Quote