Re: Light properties

by okh » Mon Jun 04, 2018 11:51 am

Do you know how to update this data in a sh3f file ?
Sorry if I was unclear. There is no power setting in .sh3f/PluginFurnitureCatalog.properties (only in .sh3d/Home.xml). In .sh3f/PluginFurnitureCatalog.properties you can use the html (six digit hex) colour notation:

a very bright white light would be:

Code: Select all

 lightSourceColor#xxx=#FFFFFF
a 'normal sh3d white' lightsource is (if I remember):

Code: Select all

 lightSourceColor#xxx=#BBBBBB
a much less bright 'white' light would be:

Code: Select all

 lightSourceColor#xxx=#222222
ok