Spaces:
Running
Running
File size: 303 Bytes
592c29d efa37d8 f316429 d828ac0 c75754c a2241b7 a319f30 592c29d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
// 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
}
};
|