apply method

  1. @override
void apply(
  1. covariant RenderContext3D context
)
override

Implementation

@override
void apply(covariant RenderContext3D context) {
  _bindVertexInfo(context);
  _bindJointMatrices(context);
  _bindMaterial(context);
  _bindCamera(context);
}