article thumbnail

New improvements for GPUParticles in Godot 4.0

Mircosoft Game Dev

GPUParticles : Processes particles on GPU, allows very large amount of particles at little cost, and with ability to write custom particle shaders. x and the shader used is almost identical (should be easy to port). It can also be done from within a particle shader itself by chaining another particle system as a sub-emitter.

article thumbnail

Optimize Vegetation Generation

Mnenad

Since the last post I’ve been working on the terrain’s vegetation. Doing it before starting the actual game would mean to already generate all the content that needs to be batched at the beginning, which is no solution for a theoretically “endless procedurally generated” terrain. That’s it. When

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 3

Mircosoft Game Dev

Our script editor maintainer, Paul Batty ( Paulb23 ), implemented initial support for multi-caret editing in TextEdit, which is therefore usable in the GDScript and shader editors, as well as any other multi-line text field in the editor. Editor: Add multi-caret support to TextEdit (and the script/shader editors) ( GH-61902 ).

Beta 52
article thumbnail

Dev snapshot: Godot 4.0 beta 3

Mircosoft Game Dev

Our script editor maintainer, Paul Batty ( Paulb23 ), implemented initial support for multi-caret editing in TextEdit, which is therefore usable in the GDScript and shader editors, as well as any other multi-line text field in the editor. Editor: Add multi-caret support to TextEdit (and the script/shader editors) ( GH-61902 ).

Beta 52
article thumbnail

Godot 3.0 is out and ready for the big leagues

Mircosoft Game Dev

Materials and shaders. Materials and shaders. makes up for it by providing an extremely powerful default material (which supports detail textures, triplanar mapping and other nice features) and an extremely easy-to-use shader language. writing shaders is very easy! Full principled BSDF. Global illumination (GI).

Render 52