Godot 4 Concave Mesh Slicer

An asset by PiCode
The page banner background of a mountain and forest
Godot 4 Concave Mesh Slicer hero image

Quick Information

0 ratings
Godot 4 Concave Mesh Slicer icon image
PiCode
Godot 4 Concave Mesh Slicer

A script that allow you to slice concave meshes

Supported Engine Version
4.0
Version String
1.2.0
License Version
MIT
Support Level
community
Modified Date
15 days ago
Git URL
Issue URL

Godot 4 concave mesh slicer

Slicing Concave Mesh Into Half.

README alt text

Installing

Download the files and put the ConcaveMeshSlicer.gd into your project.

Using

In your script that you want to slice meshes, create the MeshSlicer node.

var meshSlicer = MeshSlicer.new()

To slice a mesh, use the slice_mesh function.

#Slice a mesh in half using Transform3D as the local position and direction. Return an array of the sliced meshes.
#The cross-section material is positioned and rotated base on the Transform3D
meshSlicer.slice_mesh(slice_transform:Transform3D,mesh:Mesh,cross_section_material:Material)

A script that allow you to slice concave meshes

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Godot 4 Concave Mesh Slicer icon image
PiCode
Godot 4 Concave Mesh Slicer

A script that allow you to slice concave meshes

Supported Engine Version
4.0
Version String
1.2.0
License Version
MIT
Support Level
community
Modified Date
15 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers