Spaces:
Running
Running
// config.js | |
export const config = { | |
glyphsAcrossTexture: 16, | |
glyphWidth: 32, | |
glyphHeight: 40, | |
maxGlyphs: 100, | |
vertsPerGlyph: 6, | |
floatsPerVertex: 8, | |
uniformBufferSize: 64, | |
render: { | |
zNear: 0.001, | |
zFar: 50 | |
}, | |
time: { | |
phase: 0.001 | |
} | |
}; | |