DORSETRIGS
Home

shader (30 post)


posts by category not found!

Unity Shader RGBA Color mask

Mastering Unity Shader RGBA Color Masking A Guide for Beginners Have you ever wanted to control specific color channels within your Unity shaders Maybe you need

2 min read 07-10-2024 38
Unity Shader RGBA Color mask
Unity Shader RGBA Color mask

Why is my custom shader drawing the editor lines on top of the object?

Why Is My Custom Shader Drawing Editor Lines On Top of My Object You re working on a cool custom shader but instead of seeing your beautiful effects you re met

2 min read 05-10-2024 51
Why is my custom shader drawing the editor lines on top of the object?
Why is my custom shader drawing the editor lines on top of the object?

Artifacts / Lines in triplanar mapping

Unmasking the Mystery Understanding Artifacts and Lines in Triplanar Mapping Have you ever encountered strange artifacts or lines appearing in your 3 D models w

2 min read 04-10-2024 35
Artifacts / Lines in triplanar mapping
Artifacts / Lines in triplanar mapping

Generate height map from a mesh

From Mesh to Mountain Generating Height Maps with Code Ever wanted to create a realistic terrain for your game or 3 D environment Generating a height map from a

2 min read 04-10-2024 47
Generate height map from a mesh
Generate height map from a mesh

How can i use GLSL shaders with raylib-rust?

How to Use GLSL Shaders with raylib rust Using shaders can significantly enhance the visual quality of your game In this article we ll explore how to utilize GL

2 min read 29-09-2024 52
How can i use GLSL shaders with raylib-rust?
How can i use GLSL shaders with raylib-rust?

Drawing text over a shader

Drawing Text Over a Shader A Comprehensive Guide When creating visually stunning graphics in applications or games developers often need to combine text with sh

2 min read 29-09-2024 38
Drawing text over a shader
Drawing text over a shader

(Unity) Skinned mesh renderer and mesh renderer look different

Understanding the Differences Between Skinned Mesh Renderer and Mesh Renderer in Unity When working with 3 D models in Unity you might encounter a situation whe

3 min read 22-09-2024 42
(Unity) Skinned mesh renderer and mesh renderer look different
(Unity) Skinned mesh renderer and mesh renderer look different

Use os_log_default in Metal

Understanding and Using os log default in Metal Metal is a powerful framework provided by Apple for developers to harness the full potential of GPU Graphics Pro

3 min read 22-09-2024 52
Use os_log_default in Metal
Use os_log_default in Metal

How do I sample the skybox in unity in a custom shader?

How to Sample the Skybox in Unity Using a Custom Shader Sampling the skybox in Unity can add an extra layer of realism to your game or application Whether you w

2 min read 21-09-2024 56
How do I sample the skybox in unity in a custom shader?
How do I sample the skybox in unity in a custom shader?

How to read depth texture in DirectX 9 pixel shader?

How to Read Depth Texture in Direct X 9 Pixel Shader When working with graphics programming especially in game development one of the crucial tasks is to read d

3 min read 20-09-2024 57
How to read depth texture in DirectX 9 pixel shader?
How to read depth texture in DirectX 9 pixel shader?

How can I use a matrix from CSS's matrix3d in a WebGL2 shader?

Using CSSs matrix3d in Web GL 2 Shaders A Guide When working with 3 D graphics on the web developers often encounter the need to transform objects using matrice

2 min read 16-09-2024 50
How can I use a matrix from CSS's matrix3d in a WebGL2 shader?
How can I use a matrix from CSS's matrix3d in a WebGL2 shader?

HLSL compute shader performance

Understanding HLSL Compute Shader Performance A Comprehensive Guide Introduction to HLSL Compute Shaders High Level Shading Language HLSL is a powerful shading

3 min read 16-09-2024 54
HLSL compute shader performance
HLSL compute shader performance

why is this triangle shader that I wrote splitting into four?

Understanding Triangle Shader Splitting Issues in Graphics Programming When developing shaders for rendering triangles one common issue developers encounter is

2 min read 16-09-2024 52
why is this triangle shader that I wrote splitting into four?
why is this triangle shader that I wrote splitting into four?

In Godot4 (3D), how to make objects close to the camera transparent for a camera but not for another?

Making Objects Transparent Near the Camera in Godot 4 3 D In Godot 4 developers may encounter scenarios where they want certain objects to appear transparent wh

3 min read 15-09-2024 62
In Godot4 (3D), how to make objects close to the camera transparent for a camera but not for another?
In Godot4 (3D), how to make objects close to the camera transparent for a camera but not for another?

What are shaders in OpenGL and what do we need them for?

Unraveling the Mystery of Shaders in Open GL Many aspiring game developers and graphics programmers face a wall of confusion when diving into the world of Open

2 min read 06-09-2024 51
What are shaders in OpenGL and what do we need them for?
What are shaders in OpenGL and what do we need them for?

Recolor sprites on the fly

Recoloring Sprites on the Fly with Cocos2d x A Guide Dynamically changing the colors of sprites adds a layer of interactivity and visual dynamism to your games

2 min read 06-09-2024 55
Recolor sprites on the fly
Recolor sprites on the fly

How to apply fresnel effect only on one part of the sphere in SceneKit?

Illuminating the Earth Applying Fresnel Effect Selectively in Scene Kit Scene Kit offers a powerful toolset for creating stunning 3 D visualizations One particu

2 min read 05-09-2024 50
How to apply fresnel effect only on one part of the sphere in SceneKit?
How to apply fresnel effect only on one part of the sphere in SceneKit?

Unity Shader Graph Radial Fill

Achieving a Perfect Radial Fill in Unity Shader Graph A Step by Step Guide Creating a radial fill effect in Unity Shader Graph can be a fun and rewarding challe

2 min read 04-09-2024 48
Unity Shader Graph Radial Fill
Unity Shader Graph Radial Fill

In Godot4 (3D), how to make objects close to the camera transparent for a camera but not for another?

Making Objects Transparent for Specific Cameras in Godot 4 In game development especially in cooperative multiplayer games visibility control can greatly enhanc

3 min read 02-09-2024 54
In Godot4 (3D), how to make objects close to the camera transparent for a camera but not for another?
In Godot4 (3D), how to make objects close to the camera transparent for a camera but not for another?

Some properties are missing in the DirectX 11 compared to the 9th

Transitioning from Direct X 9 to Direct X 11 Bridging the Gap in Rendering States Migrating legacy Direct X 9 code to the modern Direct X 11 API can be a challe

3 min read 02-09-2024 60
Some properties are missing in the DirectX 11 compared to the 9th
Some properties are missing in the DirectX 11 compared to the 9th

Outline Shader in object with multiple materials

Mastering Outlines in Unity How to Apply Outlines to Objects with Multiple Materials Outlines are a fantastic way to visually enhance your 3 D objects creating

3 min read 02-09-2024 50
Outline Shader in object with multiple materials
Outline Shader in object with multiple materials

Vulkan compute shader synchronization

Mastering Vulkan Compute Shader Synchronization A Comprehensive Guide When working with compute shaders in Vulkan ensuring proper synchronization is crucial to

5 min read 01-09-2024 55
Vulkan compute shader synchronization
Vulkan compute shader synchronization

How do I handle a rotation texture of Vertex Animation Textures (VAT)?

Handling Rotation Textures in Vertex Animation Textures VAT This article explores the problem of applying rotation textures from Vertex Animation Textures VAT t

3 min read 31-08-2024 62
How do I handle a rotation texture of Vertex Animation Textures (VAT)?
How do I handle a rotation texture of Vertex Animation Textures (VAT)?

Determine position of light relative to a tile in a Godot shader

Determining Light Position Relative to a Tile in Godot Shaders In Godot shaders offer a powerful way to customize the visual appearance of your game One common

2 min read 31-08-2024 49
Determine position of light relative to a tile in a Godot shader
Determine position of light relative to a tile in a Godot shader

How to add variable blur in flutter using shaders

Achieving Variable Blur in Flutter with Shaders Flutter offers a rich toolkit for building visually appealing UIs However achieving sophisticated visual effects

3 min read 31-08-2024 61
How to add variable blur in flutter using shaders
How to add variable blur in flutter using shaders