View Single Post
  #1  
Old 04-20-2004, 04:36 AM
eugcc eugcc is offline
Member
 
Join Date: Apr 2004
Location: United Kingdom
Posts: 9
Multi-Texture in Landscape and tiling

Hi there,

Does vizard support multi-texturing? Like I have two textures that I want on a landscape that blends (alpha channels control where materials is located).

The other thing is, how do I tile a texture after loading it to the landscape?

land = viz.add('landscape.wrl')

landTexture = viz.add('dirt21.jpg')
land.texture(landTexture)

landTexture.load('dirt21.jpg')

Thanks
eugcc
__________________
Eugene
United Kingdom
Reply With Quote