
O
Publisher
oblepikha
ConvexConeShape3D
3D
Collision Physics 3D Shape Gizmo Convex Area Detection
Adds a new cone shape based on ConvexShape3D
Convex Cone Shape 3D Plugin for Godot

A simple Godot plugin that adds a convex cone shape for 3D.
Features
- Adds a new
ConvexConeShape3D
. - Adds a new gizmo for
CollisionShape3D
.
Installation
- Download or clone this repository.
- Copy
addons
folder into your Godot project's folder. - Enable the plugin in Project Settings > Plugins.
Usage
- After enabling the plugin, you can add a
ConvexConeShape3D
to your areas and physics bodies. - Use it in
CollisionShape3D
for collision detection.
Compatibility
- Developed for Godot 4.4.
- May not work in older versions.
License
This project is licensed under the MIT License. Feel free to modify and use it in your projects.