removeSkybox method

  1. @override
Future removeSkybox()
override

Removes the skybox from the scene.

Implementation

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