article thumbnail

D2 log 074 – New level format

Catnip Games

Everything is just one big texture. I export the rendered terrain from Blender as a RGBA image but with alpha value set to depth. The custom terrain shader uses the z-channel to draw water in lower areas of the level. This gives me freedom in level design and saves work making tiles… tileable. So it’s RGBZ.

Terrain 52
article thumbnail

Cocos Creator 3.7.3 comes with an update to Cocos Effect

Cocos

Fixed bone animation texture size error on some platforms that don’t support float point texture format. Fixed Toon shader data issue on iOS Wechat. Fixed the terrain as too dark, caused by the lighting calculation issue in the builtin-terrain material. Fixed memory leak of built-in physics module. .

Terrain 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

Accelerate your Game Design, Development and Build with Unity Asset Store

Jaunty Bear Games

Fortunately the Unity 3D platform has a great selection of packages and assets to accelerate the build of tools, models, shaders, sound effects, animations etc. Terrain Tools. The Terrain Tools package adds additonal terrain sculpting brushes and tools to your project to help create stunning terrain assets and ease the workflows. .

Asset 52
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

Cocos Creator 3.7.2 Focuses On Optimized Rendering And Lighting Capabilities

Cocos

. • New and standard-material will default to Surface Shader. See the documentation “Built-in shaders”: [link] • Tooltip that supplements common material parameters. Fixed an issue where the auto-atlas texture compression configuration failed. Fixed an issue where the custom texture compression tool configuration was not valid.

Render 52
article thumbnail

Godot Showcase - Lumencraft developer talks about his experience

Mircosoft Game Dev

We knew that we needed custom modifications for destructible terrain, dynamic lightning, and support for thousands of swarm monsters. Another thing that was quite useful is the option to quickly test shaders. Being able to see the results of a shader the moment you change some code makes development so much better.

article thumbnail

Simplex noise lands in Godot 3.1

Mircosoft Game Dev

If you want to learn more about how fractal noise works and some other terrain generation techniques I strongly recommend this article by Red Blob Games. 2D noise textures are really useful when creating cloudy or wavy effects. Noise texture. It allows you to specify a noise generator and a texture. Visual effects.

Texture 52