Remove Animation Remove Render Remove Shaders Remove Texture
article thumbnail

Use shader for spine animation

Cocos

I want to use shader to draw circle on spine animation (result of animtion after render) without using texture renderer, but in shader uv0 it calculates on atlas so the result is not as expected. Can anyone help me?

Shaders 40
article thumbnail

Cocos Shader Tutorial 1.0 - about UV

Cocos

The vertical axes of textures and picture pixels is shown above, when sampling textures in shaders, that is from top to bottom, which is top-right corner. If your previous development experience is based on OpenGL, you may find that the texture on your grid is vertically flipped. to make the color in bottom darker.

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 4.0 beta 8

Mircosoft Game Dev

Some of the most notables feature changes in this update are: Animation: Add track validator to AnimationPlayerEditor to detect tracks which have error ( GH-68770 ). Animation: Refactor process of animation to retrive keys more exactly ( GH-69336 ). Rendering: Properly remap roughness when reading from radiance map ( GH-69514 ).

Beta 95
article thumbnail

Dev snapshot: Godot 4.0 beta 16

Mircosoft Game Dev

Flag dirty dependencies when GeometryInstance dependencies change in renderer ( GH-71581 ). Fix a handful of regressions from some of the bigger input and animation changes merged for beta 15. The illustration picture for this article is from Halls of Torment , a roguelite action RPG with retro late-90s pre-rendered 2D graphics.

Beta 108
article thumbnail

[Share] 2D Post-Processing & Lighting Framework

Cocos

Post-processing effects, are used for further processing of rendered results to achieve various advanced and special effects. Analysis of 2D Post-Processing Solutions Cocos Creator currently lacks built-in support for post-processing in the 2D render phase, requiring developers to explore various approaches to achieve the rendering goals.

Render 52
article thumbnail

What is Cel Shading & How to Use It?

Game Designing

You may have seen some 2D or 3D animated movies and video games that look like they were hand-drawn or have a cartoon-like style. Usually, Japanese anime films and video games feature this distinct look. This type or technique of animation is known as cel-shading animation. Some also refer to it as toon shading.

article thumbnail

Dev snapshot: Godot 4.0 beta 14

Mircosoft Game Dev

For shaders, we removed the now-redundant SCREEN_TEXTURE , DEPTH_TEXTURE , and NORMAL_ROUGHNESS_TEXTURE ( GH-70967 ). Animation: Tweak the name for new animations in the editor ( GH-48570 ). Animation: Add next/reset function to AnimationStateMachine ( GH-71264 ). Add astcenc compression and decompression ( GH-70363 ).

Beta 104