void add(Primitive p)

Adds the given Primitive to this scene.

Source

void add(Primitive p) {
  this.nonIdxPrimitives.add(p);
}