Work in progress
Godot documentation is being updated to reflect the latest changes in version
4.0
. Some documentation pages may
still state outdated information. This banner will tell you if you're reading one of such pages.
The contents of this page are up to date. If you can still find outdated information, please open an issue.
ORMMaterial3D¶
Inherits: BaseMaterial3D < Material < Resource < RefCounted < Object
Physically based rendering (PBR) material that can be applied to 3D objects, can use an ORM texture.
Description¶
ORMMaterial3D's properties are inherited from BaseMaterial3D. Unlike StandardMaterial3D, ORMMaterial3D uses a single texture for ambient occlusion, roughness and metallic maps, known as an ORM texture.