Issues.00432 - lordmundi/wikidoctest GitHub Wiki

00432: upgrade blank graphics load

« 00431 | Issues | 00433 »

Summary: upgrade blank graphics load

Created: 2012–08–17 09:36

Status: Released

Category: Request

From: frankie

Version: 2.2

Released_In: 2.3

Description:

often times, when folks are building a load from scratch, they use the blank graphics load (./run_blank_graphics).

This load is truly barebone, but there are some features which many find they would like to add in without lots of config file work, such as ideal lighting, shadow support, a simple model they can see and move, etc.

This is a request to upgrade the blank load to have a very simple scene that can be used as a better building block for new loads.


Comments

frankie January 09, 2013, at 05:58 PM: The name "blank" will stay for legacy reasons, but the scene is not truly blank anymore. It now has a simple floor and three spheres, but most of the speedy and planet2 settings are all there so without any configuration people can use things like shadows, ideal lighting, etc. Also, if someone wants to quickly visualize some parameters from a sim, the three spheres can be useful for that.


The new "blank" graphics load in EDGE v2.3


« 00431 | Issues | 00433 »

Associated Commits

| commit | e28192cb092dd80858cb3bbabcff000962febf19 link7 | || | Author: | Frankie | | Date: | Fri Aug 17 13:13:24 2012 -0500 | | Message: | [@Issue 00432: upgraded blankg graphics load Not truly blank anymore, the scene has a simple floor and three spheres, but most of the speedy and planet2 settings are all there so without any configuration people can use things like shadows, ideal lighting, etc. @] |

Affected Files:

blank.cfg                   |   18 +
 cev.cfg                     |    1 +
 edge_env                    |    2 ±
 edge_settings.cfg           |    2 +
 models/floor_black_white.ac |   88 ++
 models/sphere_blue.ac       | 3153 +++++++++++++++++++++++++++++++++++++++++++
 models/sphere_green.ac      | 3153 +++++++++++++++++++++++++++++++++++++++++++
 models/sphere_red.ac        | 3153 +++++++++++++++++++++++++++++++++++++++++++
 reconfigs/input.BLANK       |    5 +
 reconfigs/input.CEV         |    1 +
 reconfigs/reconfig_PLANET2  |    1 -
 reconfigs/reconfig_SPHERES  |   32 +
 reconfigs/reconfig_STARS    |   29 +
 states/BASE_BLANK           |  151 +++
 structs/blank.str           |   28 +
 textures/checkerboard2.gif  |  Bin 0 -> 910 bytes
 16 files changed, 9815 insertions(+), 2 deletions(-)