article thumbnail

GLES2 and GDNative, progress report #6

Mircosoft Game Dev

This is a screenshot that displays the object-space position of each pixel as the color. That was fixed by reflecting the view-vector with the normal of the current pixel. A mipmap is a smaller version of the original texture, usually filtered in a special way to make them look nicer when they are viewed from an angle or far away.

Pixel 52
article thumbnail

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

Mircosoft Game Dev

Web editor running the "Ninja Adventure" demo from the eponymous CC0 asset pack by Pixel-Boy and AAA. The biggest difference with the old lightmapper is that the new one features proper path tracing, which results in better looking lightmaps. More rendering improvements. For Godot 4.0,

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

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). sum += texture(outputResultMap, v_uv1).rgb

Shaders 98
article thumbnail

new Quake map: There's a Certain Slant of Light

Radiator Blog

The two big changes I made were the texturing and the monster placement / player flow. One of my big motivations was to use Makkon's updated textures. Yet as I aligned the 100th trim texture on a brush, I wondered whether my level was also anti-brutalist in its own way. Maybe it wasn't such a bad map after all?

Texture 52
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 ). GLES3: Allow repeat flag in viewport textures ( GH-34008 ).

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 ). GLES3: Allow repeat flag in viewport textures ( GH-34008 ).

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 ). GLES3: Allow repeat flag in viewport textures ( GH-34008 ).

Mesh 52