Initial ZoomedScene

This commit is contained in:
Grant Sanderson
2016-02-27 18:50:33 -08:00
parent a06848a219
commit b6985b4321
9 changed files with 109 additions and 222 deletions

View File

@ -15,14 +15,14 @@ MEDIUM_QUALITY_DISPLAY_CONFIG = {
}
LOW_QUALITY_DISPLAY_CONFIG = {
"pixel_shape" : (480, 640),
"pixel_shape" : (576, 1024),
}
DEFAULT_POINT_DENSITY_2D = 25
DEFAULT_POINT_DENSITY_1D = 200
DEFAULT_POINT_THICKNESS = 6
DEFAULT_POINT_THICKNESS = 3
#TODO, Make sure these are not needed
SPACE_HEIGHT = 4.0