box2dlights
box2dlights copied to clipboard
Fork of box2dlights by Kalle Hamalainen
When using DirectionalLight in a game with panning camera and wide box2d world DirectionalLight is not vertically infinite. It ends at +50y and -50y Other lights outside this range continue...
Heyllo ! Looks like the sha1 on https://repo1.maven.org/maven2/com/badlogicgames/box2dlights/box2dlights/1.4/ is invalid. I compute `1759928402bb809fef9df8989cb24a1ce08645e8 box2dlights-1.4.pom` where it's expected to be `eefc40a640a45eeabe749ab9c980fd94c9e529e3` Thanks for your work :+1:
This might be the same issue as #61, which is for top/bottom, but I'm not sure. When creating a directional light (pointing downwards), if you pan the camera far enough...
Hi, I think it could be a greate thing to be able to use multiple rayHandler (one per layer). The main loop could be like this: ``` java // render...
I'm not sure if blending is the proper term for it, but I've noticed that, due to the ambient light, box2dlights draws a "dim" layer on top of everything, evident...
Hi, I think this would be a nice feature to have, to use in conjunction with Box2D and sensors. I was able to get the polygon made from the lit...
Currently many variables can only be set not be read. Would be great to have rayHandler.getBlurNum(), rayHandler.isBlur(), rayHandler.isCulling() and rayHandler.isShadows(). There may be more but these are the ones I...
I'd like to "re-open" an old issue from [Google Code](https://code.google.com/p/box2dlights/issues/detail?id=17), where a Box2d sensor blocks the ray casting used by box2dLights. The part of the code to return -1 in...
Either I am really dumb or there is no getDirection method anywhere. I have redownloaded the whole lib and searched through the code, it is nowhere to be found.
You know how Box2D has things like `BodyDef`s, `FixtureDef`s, and various flavors of `JointDef`s? Why not do a similar thing for the various subclasses of `Light`?