public PointCloudNode(PointCloud pc)
 {
     this.pc        = pc;
     renderVertices = new List <RenderVertex>();
     CreateVBO();
 }