execute abstract method

void execute(
  1. RenderingContext gl,
  2. Camera camera, {
  3. Matrix4? projectionMatrix,
  4. Matrix4? viewMatrix,
})

Record commands and draw.

Implementation

void execute(
  RenderingContext gl,
  Camera camera, {
  Matrix4? projectionMatrix,
  Matrix4? viewMatrix,
});