godot_voxel/doc/classes/VoxelMesherTransvoxel.xml

25 lines
666 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="VoxelMesherTransvoxel" inherits="VoxelMesher" version="3.2">
<brief_description>
</brief_description>
<description>
Implements isosurface generation (smooth voxels) using the [url=https://transvoxel.org/]Transvoxel[/url] algorithm.
</description>
<tutorials>
</tutorials>
<methods>
<method name="build_transition_mesh">
<return type="ArrayMesh">
</return>
<argument index="0" name="voxel_buffer" type="VoxelBuffer">
</argument>
<argument index="1" name="direction" type="int">
</argument>
<description>
</description>
</method>
</methods>
<constants>
</constants>
</class>