To illustrate my problem, I have two pictures:
First, the desired result:
![Image](http://i166.photobucket.com/albums/u110/Tuefish/Habsat2.png)
Next, the invariable outcome:
![Image](http://i166.photobucket.com/albums/u110/Tuefish/Habsat1.jpg)
Any hints or suggestions?
Code: Select all
#celmodel__ascii
material
diffuse 1 1 1
specular 1 1 1
texture0 "sphere14.png"
end_material
mesh
vertexdesc
position f3
normal f3
texcoord0 f2
end_vertexdesc
Code: Select all
#celmodel__ascii
material
diffuse 1 1 1
specular 1 1 1
opacity 0 # (0 = transparent, 1 = opaque)
texture0 "sphere14.png"
end_material
mesh