7.5
3d-exploration
This language allows the user to create 3D Explorable Worlds.
1 Functions
(exploration-scene | [ | #:speed speed | | | | | | | #:fly-mode? fly-mode | | | | | | | #:environment environment | | | | | | | #:ocean ocean | | | | | | | #:stars stars | | | | | | | #:sky-objects sky-objects | | | | | | | #:ground-objects ground-objects] | | | | | | | more-objects ...) | | → | | any/c |
|
speed : positive? = 300 |
fly-mode : boolean? = #t |
| environment | | : | | any/c | | = | | (basic-environment #:basic? #f | #:preset 'default) |
|
|
ocean : any/c = #f |
stars : any/c = #f |
sky-objects : any/c = '() |
ground-objects : any/c = '() |
more-objects : any/c |
The top-level function for the 3d-exploration language.
Can be run with no parameters to get a basic, default explorable world.
2 VR Assets
All of the assets in this library are provided.