Remove Debug Remove Lightmap Remove Pixel Remove Texture
article thumbnail

Godot 3.3 has arrived, with a focus on optimization and reliability

Mircosoft Game Dev

Raise errors when accessing deleted objects in debug. Web editor running the "Ninja Adventure" demo from the eponymous CC0 asset pack by Pixel-Boy and AAA. Raise errors when accessing deleted objects in debug. but going one step too far: in debug builds in 3.2.3, HTML5: Threads, GDNative, AudioWorklet.

article thumbnail

Cocos Creator 3.8 Post-Process Shader Writing (2/2) Advanced

Cocos

Simply put, Gaussian blur takes every pixel on an image and processes it with the following process. To put it bluntly, it’s a simple weighted sum: while sampling the target pixel, sample some of the surrounding pixels and give each pixel a weight (the sum of the weights is 1.0). version : meaningless, can be ignored.

Shaders 98
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 3.4 beta 6

Mircosoft Game Dev

Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ). Android: Implement per-pixel transparency ( GH-51935 ). Animation: Fix rendering centered odd-size texture for AnimatedSprite/AnimatedSprite3D ( GH-53052 ). Core: Complain if casting a freed object in a debug session ( GH-51095 ).

Beta 52
article thumbnail

Release candidate: Godot 3.4 RC 1

Mircosoft Game Dev

Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ). Android: Implement per-pixel transparency ( GH-51935 ). Animation: Fix rendering centered odd-size texture for AnimatedSprite/AnimatedSprite3D ( GH-53052 ). Core: Complain if casting a freed object in a debug session ( GH-51095 ).

Mesh 52
article thumbnail

Release candidate: Godot 3.4 RC 3

Mircosoft Game Dev

Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ). Android: Implement per-pixel transparency ( GH-51935 ). Animation: Fix rendering centered odd-size texture for AnimatedSprite/AnimatedSprite3D ( GH-53052 ). Core: Complain if casting a freed object in a debug session ( GH-51095 ).

Mesh 52
article thumbnail

Release candidate: Godot 3.4 RC 2

Mircosoft Game Dev

Rendering: Fixes depth sorting of meshes with transparent textures ( GH-50721 ). Android: Implement per-pixel transparency ( GH-51935 ). Animation: Fix rendering centered odd-size texture for AnimatedSprite/AnimatedSprite3D ( GH-53052 ). Core: Complain if casting a freed object in a debug session ( GH-51095 ).

Mesh 52
article thumbnail

GLES2 and GDNative, progress report #7

Mircosoft Game Dev

A DirectionalLight needs their own space, but using single textures for each other light would be pretty wasteful, so what is used as an optimization is a Shadow Atlas. As mentioned before, in order to know which pixels are "in a shadow" and which are lit, the scene has to be rendered from the viewpoint of the light.

Render 52