View Single Post
  #5  
Old 07-22-2003, 11:36 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

repeatS and repeatT should be working. Does your vrml file look something like this?

Code:
texture	ImageTexture {
	repeatS	TRUE
	repeatT	TRUE
	url	"texture.jpg"
}
Also make sure your texture coordinates are correct.
Reply With Quote