space928 / Blender-O3D-IO-Public

A plugin supporting blender 2.79.x-3.x.x for importing and exporting OMSI .sco, .cfg, and .o3d files
GNU General Public License v3.0
36 stars 5 forks source link

Blender 2.79: Set default values for Diffuse and Specular #91

Closed pietr26 closed 3 weeks ago

pietr26 commented 5 months ago

Diffuse = 1 --> Default diffuse value changed to 1 so that the diffuse is controlled via the colour picker by default Specular = 0 --> Specular value set to 0, as usually no specular is required, but this is active by default

Is it possible to read the diffuse and specular values directly from the o3d instead of using hardcoded values?