CodeAndWeb / cocos2d-x-dynamic-lighting-example

Cocos2d-x tutorial: Sprite animation with dynamic light using normal maps - SpriteIlluminator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cocos2d-x dynamic lighting demo

This simple Cocos2d-x project demonstrates how to

  • load sprite frames from a sprite sheet
  • create an animation
  • initialize a point light effect with a normal map
  • and enlighten your animation

Here's the full tutorial: 2d dynamic lighting with Cocos2d-x

Normal Mapped Sprite with 2D Dynamic Lighting, Point Light

Setup

To keep the repository size small we haven't added Cocos2d-x itself to the repo. Please copy the cocos2d-x-3.6 installation directory to LightingDemo/cocos2d after cloning.

About

Cocos2d-x tutorial: Sprite animation with dynamic light using normal maps - SpriteIlluminator


Languages

Language:C++ 80.8%Language:Objective-C++ 13.7%Language:Objective-C 2.7%Language:GLSL 2.6%Language:C 0.2%