Skip to content

Commit

Permalink
new interface fn added to g3sharp
Browse files Browse the repository at this point in the history
  • Loading branch information
rms80 committed Sep 30, 2018
1 parent 47479d5 commit 4abd5d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/fMesh.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ public NewVertexInfo GetVertexAll(int i) {
// iterators allow us to work with gaps in index space
public IEnumerable<int> TriangleIndices(){ return new Interval1i(0, triangles.Length/3 - 1); }

// not supported?
public int Timestamp { get { return 0; } }

public void Dispose()
{
Expand Down

0 comments on commit 4abd5d1

Please sign in to comment.