81064cc239
We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
12 lines
728 B
XML
12 lines
728 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="ORMMaterial3D" inherits="BaseMaterial3D" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
|
<brief_description>
|
|
Physically based rendering (PBR) material that can be applied to 3D objects, can use an ORM texture.
|
|
</brief_description>
|
|
<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.
|
|
</description>
|
|
<tutorials>
|
|
<link title="Standard Material 3D and ORM Material 3D">$DOCS_URL/tutorials/3d/standard_material_3d.html</link>
|
|
</tutorials>
|
|
</class>
|