Re: Bump mapping

by enkonyito » Wed Dec 12, 2018 3:21 am

Hi Ceciliabr,

Sunflow standalone allows the use of bump/normal mapping via modifiers. (example bump_demo.sc)

Image Image Image

The .obj format also allows the use of bump mapping by adding the 'map_bump' or 'bump' keyword followed by the texture path in the .mtl file.

Unfortunately, Sweet Home 3D only takes into account the 'map_Kd' keyword in the export/import OBJ.

Enko