Remove Lightmap Remove Pixel Remove Texture
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
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

Setting the Mood: Exploring Lighting and Mood in Game Art 

iXie gaming

Faster but less realistic, it determines colors based on how much of each pixel is covered by light. These are pre-made textures that store lighting info for objects that don’t move. Texture Compression. Makes texture files smaller, speeding up loading times and using less memory. Rasterization.

Art 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
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,

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