Cube constructor

Cube(
  1. OpenGLContextES gl,
  2. double width,
  3. double height,
  4. double depth,
)

Implementation

Cube(OpenGLContextES gl, this.width, this.height, this.depth);