MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / bookmark

Method bookmark

src/main/java/field/graphics/MeshBuilder.java:346–348  ·  view source on GitHub ↗

Creates a new cache bookmark at this point in the construction of the geometry. You can use a pair of bookmarks at some future recreation of this mesh to ask if a group of calls to v, e, and aux can be skipped completely

()

Source from the content-addressed store, hash-verified

344 return new Bookmark();
345 }
346
347 /**
348 * Creates a new cache bookmark at this point in the construction of the geometry. You can use a pair of bookmarks at some future recreation of this mesh to ask if a group of calls to
349 * v, e, and aux can be skipped completely.
350 *
351 * @param absolute, point to a particular vertex

Callers 5

renderToLineMethod · 0.80
renderToMeshMethod · 0.80
BookmarkCacheMethod · 0.80
vMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected