A TrackballCamera that responds to input from mouse, keyboard, joystick and touch, in order to rotate around its parent node while continuously facing it.- stays around its parent node, even if it moves- no gimbal lock (quaternions ♥)- camera inertia for a smoother experience- the parent node does not have to be centered in the camera's view- a bunch of parameters to configure everything as you want it- won't work on godot 3
This tools allow users to place previously saved scene in a fast and comfortable way, using tabbed library interface to hold list of scenes, with several placement feature such as random scale / rotation, align to surface and grid-like positioning
A tool for batching MeshInstance nodes into a single MultiMeshInstance.- Provides a new MeshBatcher node for easy implimentation. Simply used the node as a container for MeshInstances.- Place and edit individual MeshInstances for granular control.- Detects StaticBodies allowing for collisions with a MultiMeshInstance.
An evolving multiplayer shooter. Featuring: original characters with animations, snappy controller, simple bots, sound effects and many more. License is mixed, attribution is not required.
This plugin adds suport for holographics displays made by Looking Glass Factory to the Godot Engine.Just drop the new HoloPlayVolume spatial node into the scene and view your Godot project as a hologram!**Windows only at the moment.**
Block out levels, prototype, do level design, test proportions, test imports and gameplay.All thanks to Kenney.nl's prototype textures.
Provides a helper node for building tile based worlds out of similarly sized scenes.This node is similar to Godot's built in GridMap node, but allows for the placement of entire scenes instead of just meshes.
A simple plugin that covers for the Godot's still missing Level of Detail management. It's a tool to manage world maps more easily. It works recursively, meaning it can manage LOD Objects under other LOD Objects. This way you don't have to worry about managing every single prop, and can edit the world map chunk by chunk.Examples, and a detailed usage guide are on the Github page.
Simple snake game in godot 3.3.3
Simple plugin to allow for nodes to follow the transformation of bones within a 3d Skeleton. Very useful for attaching colliders to areas/bones of your meshes when there are animations changing the position of the bones. Its not super efficient, but does the job. PRs welcome!Install:Clone/download this repo into your project and activate the plugin from the project settings. You will have a new node called FollowBone3D.Example:See the example folder. It has a zombie with two collision shapes attached to two different bones.Also, see the video below (when I make it).Attribution:The example uses a zombie model by Thomas.Osterhammel from [https://sketchfab.com/3d-models/zombie-d22e3dc957b142479e1723a379494eb3](https://sketchfab.com/3d-models/zombie-d22e3dc957b142479e1723a379494eb3) and animations from [https://www.mixamo.com/](https://www.mixamo.com/)
This is a simple scene to display 3D healthbar.It should have better perfomance than viewport method. Mainly because it does not create any viewports and just works on simple Sprite3D node. You can add multiple healthbars and dont worry about perfomance.
Color Calibrator with Macbeth chart to color match and color grade.Can be used in setting up neutrally lit scenes or color matching between applications.Repository contains Blender file and demo scene.