libgdx / box2dlights

Fork of box2dlights by Kalle Hamalainen
Apache License 2.0
257 stars 82 forks source link

Expose more fields, like RayHandler.blurNum, shadows and culling #81

Open XOCODE-OP opened 9 years ago

XOCODE-OP commented 9 years ago

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 happen to see.

adam-law commented 9 years ago

I, for one, would like the intersect() method to be exposed.