IsraelAbebe / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

Missing removePreView(String) method at RenderManager #653

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Actual situation:
The current implementation of the <code>RenderManager</code> does not provide a 
<code>removePreView(String viewName)</code> method to remove a (pre) ViewPort 
by its mapping name. This kind of method is already implemented for main- and 
post-views, but it seams that it was accidently left for pre-views.

Target situation:
Please add this missing method to the RenderManager.

Original issue reported on code.google.com by terranig...@web.de on 30 Jul 2015 at 7:03