Class City
Class used to represent a city.
Slot
buildings | Initargs::buildings; Accessors:buildings-of. |
---|
name | Initargs::name; Accessors:name; Type:symbol. |
---|
sun-direction | Initform:#(1.0
1.0
1.0
0.0), Initargs::sun-direction; Reader:sun-direction-of; Type:vector. |
---|
terrain | Initform:(list
seeds
(list
(random
1.0)
(random
1.0)
(random
1.0)
(random
1.0))), Initargs::terrain; Reader:terrain-of. |
---|
Other Method
opengl-context-add | Add an opengl-loadable object to the running context, or queue for when one is started. |
---|
opengl-unload | Code to be run as an OpenGL context is closed, or an object is removed from the context. |
---|