MCPcopy Create free account
hub / github.com/Famous/engine / createMesh

Function createMesh

webgl-renderables/test/Mesh.js:40–46  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

38 * Helper function for creating a mesh using a dummy dispatch
39 */
40function createMesh(options) {
41 var dispatch = new MockDispatch();
42 return {
43 mesh: new Mesh(dispatch, options),
44 dispatch: dispatch
45 };
46}
47
48/*
49 * Dummy material expression

Callers 1

Mesh.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected