You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FUSEE and the Blender Exporter are able to export/import Diffuse BSDF and Glossy BSDF Materials from Blender.
Note that FUSEE will always use the GGX distribution function in Glossy BSDF shaders for now.
The respective methods to create such materials in FUSEE itself can be found in MakeEffect.
RC.ClearColor is expected to be in linear color space like the rest of the colors we define in the user code.
Introduces new log level Verbose.
Implementation warnings changed to log level Verbose
Fixed and updated NuGet build script. It now packs the blender plugin directly to zip.
Fixed DeltaTime documentation.
Suppress OpenTK restore warning in DnTemplate & VSTemplate