pixijs / lights

Adds dynamic lighting via deferred shading to PixiJS
https://pixijs.io/lights/docs/index.html
MIT License
198 stars 29 forks source link

[REQUEST] Support object rotating & flip #39

Open finscn opened 5 years ago

finscn commented 5 years ago

When the object & object's normal-mapping are rotating , the lighting will take some mistakes.

I hope it could support Support object rotating.

Like this :

http://fatidol.com/lights/

this demo used my lighting extension of PIXI v4.

https://github.com/finscn/pixi.js/tree/v4-plus/src/ext-plugins/lighting

I think mine is better than pixi-lights.

Support more features and with better performance.

finscn commented 5 years ago

I want to create PR.

But I found that , the arguments of my lighting-extension are different from pixi-lights.

in other words , uses have to face the problem of incompatibility.

ivanpopelyshev commented 5 years ago

Somehow connected to https://github.com/pixijs/pixi.js/issues

pietrovismara commented 6 months ago

@finscn @ivanpopelyshev Any tip on how could this be done? I would be happy to pay to get this and possibly other improvements working.