Up to date

This page is up to date for Blazium 0.4.90 (4.3). If you still find outdated information, please open an issue.

StandardMaterial3D๏ƒ

Inherits: BaseMaterial3D < Material < Resource < RefCounted < Object

A PBR (Physically Based Rendering) material to be used on 3D objects.

Description๏ƒ

StandardMaterial3D's properties are inherited from BaseMaterial3D. StandardMaterial3D uses separate textures for ambient occlusion, roughness and metallic maps. To use a single ORM map for all 3 textures, use an ORMMaterial3D instead.

Tutorials๏ƒ