Remove Animation Remove Mesh Remove Pixel Remove Sprite
article thumbnail

The Spine Animation Story at Logic Simplified

Logic Simplified

Whoever thought Spine 2D animation reminds you of a paper doll craft, where you move all the body parts to create animations, was right! Spine is a 2D skeletal animation tool for game development and other animation projects. One, how Spine works as a great 2D animation software. How does it work? They create!

Animation 109
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. This is consistent with how most image file formats store pixel data, and with how most graphics APIs work (including DirectX, Vulkan, Metal, WebGPU, but not OpenGL). x,waveFactor.y-uv0.y);

Shaders 98
article thumbnail

GLES2 and GDNative, progress report #4

Mircosoft Game Dev

basics for skeletal animations. finish up skeletal animations (- blend shapes). Last time I promised more fancy screenshots, here some perspective-correct renderings of some meshes. Meshes with similar shaders can be grouped together so that shaders don't need to be unloaded and loaded again, and many other cool things.

Shaders 52