3d-exploration
1 Functions
exploration-scene
2 VR Assets
7.5

3d-exploration

thoughtstem

 #lang 3d-exploration package: 3d-exploration

This language allows the user to create 3D Explorable Worlds.

    1 Functions

    2 VR Assets

1 Functions

procedure

(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.