Fixed the example TestMultiRenderTarget#1645
Conversation
|
Thanks for your contribution to JMonkeyEngine. |
|
Please add back the "Override" annotations you removed from the java source. It's confusing to have 2 variables named "mrtLightingMaterial". Please rename one of them. I don't understand what the comments at the end of The |
Okay, I have been busy adjusting the RenderPipeline recently, and I only noticed your reply today. Feel sorry... |
|
The comments at the end of the reshape() method are some optimization techniques to help novices to implement MRT-based DeferredRender. To make the case as simple as possible, I have deleted these comments (these are actually the comments left by the previous predecessor) |
|
Why did you create PR #1654? I imagine it would be easier to push additional commits to this PR... |
|
This PR was modified directly on the master, and the other PR was modified on my own branch'kkk'. |
|
Shall I close this one and review 1654? |
|
Yes, trouble you. thanks |
This case originally seemed to be written by a retired predecessor to test delayed rendering, but its content is missing. I rewritten this case to help newbies use MRT technology outside of jme.