penumbra icon indicating copy to clipboard operation
penumbra copied to clipboard

2D lighting with soft shadows for MonoGame

Results 23 penumbra issues
Sort by recently updated
recently updated
newest added

Is there a preferred way in the API to tell Penumbra target a render target that is a different size than your window? Useful if, say, you have a specific...

There are a few API compatibility issues but I've gotten this working on FNA-XNA, is there any interest in trying to merge this back to the main branch?

Hello there, Thanks a lot for making penumbra! I know this project is not very active at the moment. I just wanted to know whether penumbra supports normal maps in...

Hello. Perhaps the issue is on my side, but `Occluded` ShadowType seem to work the same way as `Illuminated`. ![occluded](https://user-images.githubusercontent.com/82098978/113870142-d1cfe380-97b1-11eb-91b4-d9a16bcdb46e.png) Not sure if there is something wrong with my code,...

I know you stated that you will not update the library, so I am not asking whether you will do it, I am asking how hard would it be. As...

enhancement

Light source is within the red box area ![image](https://user-images.githubusercontent.com/13877720/65330701-10dc1b00-dbb3-11e9-9365-062b3b7032fe.png) ![image](https://user-images.githubusercontent.com/13877720/65330736-2f421680-dbb3-11e9-83b6-47d662cf44df.png) ![image](https://user-images.githubusercontent.com/13877720/65331634-1470a180-dbb5-11e9-91c0-a48907573fc8.png)

bug

with penumbra: ![image](https://user-images.githubusercontent.com/13877720/65379538-92ba6a00-dcc1-11e9-8355-9226ca704ac0.png) without penumbra: ![image](https://user-images.githubusercontent.com/13877720/65379543-a534a380-dcc1-11e9-8cec-42a3ff20c171.png)

bug

First of all, great library! It's light years ahead of other attempts on the internet. I have successfully added a light into my top-down prototype, which is casting shadows beautifully...

Hey ppl, is there any sample, how to use it in a tileengine? The platformer sample isn't very suited for that. I tried to combine the tiles to large rectangles...

First, thanks for this library. It's awesome and it's solved so many problems for me. Is it possible to have the unlit areas be anything other than black? In my...