2020-02-12 09:59:06 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-02-14 14:18:53 +01:00
<class name= "ORMMaterial3D" inherits= "BaseMaterial3D" version= "4.0" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2020-02-12 09:59:06 +01:00
<brief_description >
2022-06-15 01:20:56 +02:00
Physically based rendering (PBR) material that can be applied to 3D objects, can use an ORM texture.
2020-02-12 09:59:06 +01:00
</brief_description>
<description >
2022-06-15 01:20:56 +02:00
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.
2020-02-12 09:59:06 +01:00
</description>
<tutorials >
2022-06-15 01:20:56 +02:00
<link title= "Standard Material 3D and ORM Material 3D" > $DOCS_URL/tutorials/3d/standard_material_3d.html</link>
2020-02-12 09:59:06 +01:00
</tutorials>
</class>