AddShadowCaster method

void AddShadowCaster(
  1. Node node
)

Implementation

void AddShadowCaster(Node node) {
  _programCompute.add(node);
}