Cube constructor
Cube(
- OpenGLContextES gl,
- double width,
- double height,
- double depth,
Implementation
Cube(OpenGLContextES gl, this.width, this.height, this.depth);