t2-mapper/docs/_next/static/phNqOyvmceJswVwTPTCoJ/_buildManifest.js
Brian Beck 3ba1ce9afd extensive work on lighting, shadows, and fog
- use MeshLambertMaterial for interiors, terrain, and shapes
- use smooth vertex normal blending to avoid facted-looking contrasty lighting
  between adjacent surfaces
- update io_dif Blender addon to extract lightmaps
- re-export .dif files to glTF with lightmaps and without LOD
- enable sun, ensure correct direction
- adjust fog (more work to do)
- cleanup and optimization
2025-12-07 14:01:26 -08:00

19 lines
397 B
JavaScript

self.__BUILD_MANIFEST = {
"/_error": [
"./static/chunks/9e44200017dc27a5.js"
],
"__rewrites": {
"afterFiles": [],
"beforeFiles": [
{
"source": "/t2-mapper//_next/:path+",
"destination": "/t2-mapper/_next/:path+"
}
],
"fallback": []
},
"sortedPages": [
"/_app",
"/_error"
]
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()