#celmodel__ascii # a square billboard using the cmod format by s.ball 21apr04 # # modified 2-feb-2011 to have the same orientation as the 3ds version # I'm surprised nobody noticed or said anything about it. material texture0 "b33.*" # modify this filename to display other images diffuse 1 1 1 opacity 1 end_material mesh vertexdesc position f3 normal f3 texcoord0 f2 end_vertexdesc vertices 4 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 1 0 0 0 1 0 0 1 # the "negative" side: facing the origin trilist 0 6 0 3 2 2 1 0 # the "positive" side: facing away from the origin trilist 0 6 0 1 2 2 3 0 end_mesh