Personally, I think this is much more satisfying than a curvy billboard or a flat one with some thickness and without a frame. Here's the addon (toggle script included). I also identified all nine pleiades stars (the "seven sisters" and their parents) :
I think that most flat billboards should be defined as invisible objects, which can be turned ON on demand using a specific CELX script, like in the addon above.
The billboard itself is a simple text CMOD file that can be edited very easily :
Code: Select all
#celmodel__ascii
material # Texture definition
diffuse 1 1 1
opacity 1
texture0 "m45.jpg"
end_material
material # Weak orange for the frame
emissive 0.45 0.35 0
diffuse 0.45 0.35 0
opacity 0.7
end_material
mesh # Flat billboard with a texture
vertexdesc
position f3
normal f3
texcoord0 f2
end_vertexdesc
vertices 8
-0.5 0 -0.5 0 -1 0 0 0
-0.5 0 -0.5 0 1 0 0 0
-0.5 0 0.5 0 -1 0 0 -1
-0.5 0 0.5 0 1 0 0 -1
0.5 0 -0.5 0 -1 0 1 0
0.5 0 -0.5 0 1 0 1 0
0.5 0 0.5 0 -1 0 1 -1
0.5 0 0.5 0 1 0 1 -1
trilist 0 12
4 6 0 6 2 0 7 5 1 3 7 1
end_mesh
mesh # Frame definition
vertexdesc position f3 end_vertexdesc
vertices 4
0.5 0 0.5
0.5 0 -0.5
-0.5 0 -0.5
-0.5 0 0.5
linestrip 1 5
0
1
2
3
0
end_mesh