Skip to content

Commit dffac17

Browse files
committed
initial core framework
0 parents  commit dffac17

File tree

120 files changed

+36743
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+36743
-0
lines changed

index.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
import {sourceGenerator} from '/jsapi/generator.js'
2+
import {
3+
defaultVertexSource,
4+
defaultFragSourceJS,
5+
defaultFragSourceGLSL,
6+
sculptureStarterCode,
7+
fragFooter
8+
} from 'jsapi/default-shader.js'
9+
10+
module.exports = {
11+
sourceGenerator,
12+
defaultVertexSource,
13+
defaultFragSourceJS,
14+
defaultFragSourceGLSL,
15+
sculptureStarterCode,
16+
fragFooter
17+
}

0 commit comments

Comments
 (0)