mmonem / blender2ogre

Automatically exported from code.google.com/p/blender2ogre
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Incorrectly exporting directional as sun #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Under the dotScene dtd: http://www.ogre3d.org/tikiwiki/DotSceneFormat

The following values are permitted for the light type property:
point, directional, spot, radPoint

However the 0.3.6 Blender exporter is writing the light type as "sun", which is 
not supported.

Original issue reported on code.google.com by delaneyg...@gmail.com on 24 May 2011 at 4:26

GoogleCodeExporter commented 8 years ago
sun is now directional, area and hemi are ignored, thanks for reporting.  fixed 
in 0.3.8

Original comment by goatman.py@gmail.com on 5 Jun 2011 at 10:22