Remove Clipping Remove Demo Remove Mesh
article thumbnail

Soft Body in Godot 3.1

Mircosoft Game Dev

To create a Soft Ball is to add a SoftBody node and add a mesh to it, in this case I used a sphere maded in Blender (I used a custom mesh because the sphere created dynamically by Godot is not completely closed, but just for a test you can use it). Now, just click Play and enjoy your soft ball :).

article thumbnail

Optimize Vegetation Generation

Mnenad

Mainly I focused on generating grass that bends in the wind and some fern like plants, but what comes next is usable for all kind of meshes. Batching means to combine mesh objects that share the same material or that are marked as static in the Unity inspector. In my case I had terrible FPS with just some thousand mesh instances.

Mesh 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Dev snapshot: Godot 4.0 beta 4

Mircosoft Game Dev

You can check out a demo on itch.io , and follow Bram on YouTube and Twitter for updates and free video tutorials. Physics: Optimized support function for large meshes ( GH-64382 ). Rendering: Improve behaviour of clip_children by clipping to parent alpha value but still retaining parent color ( GH-67043 ). What's new.

Beta 52
article thumbnail

GLES2 and GDNative, progress report #2

Mircosoft Game Dev

add simple C++ GDNative demo. load meshes. render meshes. add simple C++ GDNative demo. Because GDNative is a C API, the minimal example demo to see if things are actually working is implemented in C. The GDNative and NativeScript APIs are rather verbose, so many people seemed to wish for a simpler C++ demo.

Shaders 52
article thumbnail

Dev snapshot: Godot 4.0 beta 4

Mircosoft Game Dev

You can check out a demo on itch.io , and follow Bram on YouTube and Twitter for updates and free video tutorials. Physics: Optimized support function for large meshes ( GH-64382 ). Rendering: Improve behaviour of clip_children by clipping to parent alpha value but still retaining parent color ( GH-67043 ). What’s new.

Beta 40
article thumbnail

GSoC 2019 progress report #2

Mircosoft Game Dev

I finished integrating Embree into the engine's build system and also added a simple ray tracing API that allows for defining a set of meshes and perform ray intersection tests among them. Initially I intended to have transitions and clips tied together, however after discussions with my mentor I decided it would be best if they are separate.

article thumbnail

The Kristala Dev Blog - Issue #28

Astral Clock Tower Studios

We really loved how the demo was looking at the end of 2020, but we thought it embodied a bit more whimsy than it did darkness, so we've officially embarked on a complete overhaul of the entire demo level, including character models, level design, environments, and more. Are you ready to get dark, dear friends? Concept Art.

Dev 52