Issues.00326 - lordmundi/wikidoctest GitHub Wiki
00326: change planet2 default to not use bmp maps
Summary: change planet2 default to not use bmp maps
Created: 2011–03–10 11:13
Status: Released
Category: Request
From: frankie
Version: 2.1
Released_In: 2.2
Description:
we have some planet2 layers that use bump maps to enhance detail, such as the earth clouds and the moon surface. This adds a lot of quality, but for machines with low video memory, it can take a toll.
Since the customization of planet2.cfg is not trivial, this is a request to change the default to be more performance friendly and let users who need bump mapping create their own planet2.cfg under userdata to specify bump map layers.
Comments
brad March 10, 2011, at 11:43 AM done
Associated Commits
| commit | 518ca9a491a192e18d9d9fd0acde6c95cf74643f
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Thu Mar 10 12:11:57 2011 -0600
|
| Message: | [@Issue 00326: Changed default number of bmp pages to 0
Since we aren't running bump mapping, i've changed the default number of pages to zero to save video memory. If someone adds a bmp layer, planet2 will automatically increase this to 1. Also added a comment to show how to use the bump mapped cloud shader if they want to switch to bump mapped clouds. @] |
Affected Files:
configs/planet2.cfg | 1 +
edge_settings.cfg | 2 ±
2 files changed, 2 insertions(+), 1 deletion(-)
| commit | 84094a41a680043adeb5e3cd3e1d27a87b033c3d
link7 |
||
| Author: | Brad Bell
|
| Date: | Thu Mar 10 07:09:00 2011 -0600
|
| Message: | [@Issue 00326: fixed the non-bumpmapped cloud shader to work with frankies
lightining an cloud options @] |
Affected Files:
cev.cfg | 25 ±----------------
shaders/earth_cloud.fs | 69 +++++++++++++++++++++++++++++++++++++++++++±-----
2 files changed, 62 insertions(+), 32 deletions(-)
| commit | 050e72665ec9e85f4645295a3b3d8225fb8d1256
link8 |
||
| Author: | Brad Bell
|
| Date: | Thu Mar 10 05:15:52 2011 -0600
|
| Message: | [@Issue 00326:removed bump maps from planet2.cfg
@] |
Affected Files:
configs/planet2.cfg | 6 ++±--
1 file changed, 3 insertions(+), 3 deletions(-)