/
astroceti
/
Singularity
Обзор
Документация
Войти
/
astroceti
/
Singularity
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
src/Experience/Sources.js
112 строк
2 KB
MisterPrada
Release v1.0
31 окт 2025, 14:48
31 окт 2025, 14:48
ab16c64
Код
Авторство
О чём код?
export default [ // { // name: 'exampleSound', // type: 'audio', // path: './sounds/example.mp3' // }, // { // name: 'exampleModel', // type: 'gltfModel', // path: './models/example.glb' // }, // { // name: 'exampleModel', // type: 'gltfModel', // path: './models/points_3.glb', // meta: { // "type": "gltfModel" // } // }, // { // name: 'exampleAttribute', // type: 'json', // path: './models/attr.json', // meta: { // "type": "json" // } // }, { name: 'displacementTexture', type: 'texture', obfuscate: true, path: './textures/displacement.jpg', meta: { "type": "texture" } }, { name: 'foxModel', type: 'gltfModel', obfuscate: true, path: './models/fox.glb', meta: { "type": "gltfModel" } }, { name: 'damagedHelmetModel', type: 'gltfModel', obfuscate: true, path: './models/DamagedHelmet.glb', meta: { "type": "gltfModel" } }, // Grass { name: 'grass1Texture', type: 'texture', obfuscate: true, path: './textures/grass/grass1.png', meta: { "type": "texture" } }, { name: 'grass2Texture', type: 'texture', obfuscate: true, path: './textures/grass/grass2.png', meta: { "type": "texture" } }, { name: 'gridTexture', type: 'texture', obfuscate: true, path: './textures/grass/grid.png', meta: { "type": "texture" } }, { name: 'tileDataTexture', type: 'texture', obfuscate: true, path: './textures/grass/tileData.jpg', meta: { "type": "texture" } }, { name: 'starsTexture', type: 'texture', obfuscate: true, path: './textures/hdr/nebula.png', meta: { "type": "exrTexture" } }, { name: 'noiseDeepTexture', type: 'texture', obfuscate: true, path: './textures/noise_deep.png', meta: { "type": "texture" } }, ]