SpatialMaterial.xml 635 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="SpatialMaterial" inherits="Material3D" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Default 3D rendering material, based on [Material3D].
  5. </brief_description>
  6. <description>
  7. 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.
  8. </description>
  9. <tutorials>
  10. <link>$DOCS_URL/tutorials/3d/spatial_material.html</link>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <constants>
  15. </constants>
  16. </class>