pixijs / lights

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

changing position of container doesn't work #8

Closed mreinstein closed 6 years ago

mreinstein commented 9 years ago

setting the topmost container's position doesn't have any effect. For example, modifying the stage variable from your example file like so:

stage.position.set(-50, -50);

has no effect.

mreinstein commented 9 years ago

It seems that objects within that container can be moved, however. e.g.,

block.position.set(-20, 0);

works fine

ivanpopelyshev commented 6 years ago

fixed in v4.