mirror of
https://github.com/godotengine/godot.git
synced 2024-11-13 23:52:41 +00:00
13 lines
586 B
XML
13 lines
586 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="StandardMaterial3D" inherits="BaseMaterial3D" version="4.0" 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.
|
|
</brief_description>
|
|
<description>
|
|
StandardMaterial3D's properties are inherited from [BaseMaterial3D].
|
|
</description>
|
|
<tutorials>
|
|
<link title="Standard Material 3D and ORM Material 3D">$DOCS_URL/tutorials/3d/standard_material_3d.html</link>
|
|
</tutorials>
|
|
</class>
|