Removes the skybox from the scene.
@override Future removeSkybox() async { _module.ccall( "remove_skybox", "void", ["void*".toJS].toJS, [_viewer!].toJS, null); }