Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

ORMMaterial3D

Inherits: BaseMaterial3D < Material < Resource < RefCounted < Object

A PBR (Physically Based Rendering) material to be used on 3D objects. Uses 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.

Tutorials


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.