Exemplo n.º 1
0
 protected override void WriteComplete()
 {
     IndexBufferProcessor.Update(this, out i_min, out i_max);
     complete = true;
 }
Exemplo n.º 2
0
 public Implementation(IEnumerable <TIndexType> vertices)
     : base(vertices)
 {
     IndexBufferProcessor.Init(this);
 }