create_basic_scene

Function create_basic_scene 

Source
pub fn create_basic_scene(selector: &str) -> Rc<RefCell<Scene>>
Expand description

Create a simple Scene in the canvas referred to by the selector.

The scene will have an ArcRotateCamera, a HemisphericLight, and a PointLight.