3D

Showing 168 of 220 results
Page14 of 19
Qodot 3D hero image

Qodot 3D

by shifty

FREE

Quake .map file support for Godot. Qodot extends the Godot editor to import Quake .map files, and provides a data-driven framework for converting the entities and brushes contained therein into a custom node hierarchy.

GodotVMF 3D hero image

GodotVMF 3D

by h2x

FREE

An importer of VMF files into Godot. Useful instrument for people who used to work with Hammer and finds it most comfortable tool for level geometry creation. Features: - Brushes geometry import - Instances support - Native MDL support - Native VMT support - Native VTF support (only DXT1, DXT3, DXT5 supported) - Displacements import (with vertex data) - Entities support - Hammer's Input/Output system support - Surface props support - Material's compile properties support - FGD generator

POM 3D hero image

POM 3D

by sanketsbrush

FREE

POM is addon that helps to create illusion of depth using instances of multimeshinstance3d node as layers and heightmap texture as alpha channel for each layer. It is similar to "StandardMaterial3D's Deep Parallax" but with better depth effect .

Simple Grass Textured 3D hero image

Simple Grass Textured 3D

by icterusgames

FREE

Plugin to add grass and plants to your scene in a simple way

MagicaVoxel Importer 3D hero image

MagicaVoxel Importer 3D

by scayze

FREE

A Plugin for the GodotEngine to import MagicaVoxel's .vox format as meshes for Godot version 3.1! How-To: Install the Pugin using the Asset Lib. .vox files should be automatically imported. In case they are not, select them in Godot's file browser and navigate to the 'import' tab and press 'Reimport'. The .mesh file created doesn't have VertexColor as albedo enabled by default. So it might appear plain white to you. To enable them, add an SpatialMaterial to the Mesh and enable 'Vertex Color/Use As Albedo'. Have fun!

CSG Exporter hero image

CSG Exporter

by henriquelalves

FREE

Godot editor plugin to export CSG Meshes as Wavefront (.obj) files.

Sphere Forms Plugin 3D hero image

Sphere Forms Plugin 3D

by maggen

FREE

Adds three new types of mesh "Icosaedron Sphere", "Octaedron Sphere" and "Cube Sphere" for MeshInstance3D. Plugin can easily generate spheres with configurable UV map and count of poligons. Meshes Inspector panels are quite similar to default UV-Sphere. Improved version of my old "Icosaedron Sphere (IcoSphere) Mesh" plugin with better scripting API and faster sphere-gen system.

MeshLibraryFrameInstance3D 3D hero image

MeshLibraryFrameInstance3D 3D

by martcarrefour

FREE

**MeshLibraryFrameInstance3D** is a Godot plugin that extends `MeshInstance3D`, enabling easy management of 3D meshes from a `MeshLibrary`. It allows users to switch between mesh frames dynamically using the `current_frame` property, making it perfect for animations or scenarios where frame-by-frame 3D model changes are needed.

DestroHook hero image

DestroHook

by lorddestro

FREE

A add-on which can quickly be added to your 3D project to have a spring based grappling hook system similar to Unity

Copy Transform hero image

Copy Transform

by samw3

FREE

Copy and paste a Spatial node's position and rotation to another node.

Active Rigid Body Ragdolls hero image

Active Rigid Body Ragdolls

by r3xg1l

FREE

This tool does two things: * It creates ragdolls with RigidBodies and Generic6DOFJoints, instead of PhysicalBones. * It implements a simple animation tracer using joint motors, to mimic the popular method of creating Active Ragdolls[1]. ** WARNINGS AND USAGE ON GITHUB PAGE** The provided joint script is meant to create a Torque Driven[2] active ragdoll, however, given that it is attached to Joint nodes, its behaviour can be reprogramed, and adjusted for your own needs. [1] - https://www.youtu...

AABB Static BoxCollider from Mesh hero image

AABB Static BoxCollider from Mesh

by rybadour

FREE

Adds a button to the 3D panel when selecting a MeshInstance3D that can used to generate a StaticBody3D and CollisionShape3D for the AABB of the selected mesh. It generates the above nodes as children of the mesh.