virtualx-engine/doc/classes/SpatialMaterial.xml

17 lines
649 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
2024-02-08 20:10:26 +01:00
<class name="SpatialMaterial" inherits="Material3D" version="3.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
2024-02-08 20:10:26 +01:00
Default 3D rendering material, based on [Material3D].
</brief_description>
<description>
2018-10-07 02:39:24 +02:00
This provides a default material with a wide variety of rendering features and properties without the need to write shader code. See the tutorial below for details.
</description>
<tutorials>
<link>$DOCS_URL/tutorials/3d/spatial_material.html</link>
</tutorials>
<methods>
</methods>
<constants>
</constants>
</class>