May 22, 2026 / Evaluation
Evaluating Lightweight 3D Worlds for Static Web Publishing
This article examines evaluating lightweight 3d worlds for static web publishing as an engineering constraint in Fictures. The central claim is practical: public character worlds need assets that are repeatable, inspectable, and cheap to serve, not merely impressive in an isolated generation demo.
Abstract
This article examines evaluating lightweight 3d worlds for static web publishing as an engineering constraint in Fictures. The central claim is practical: public character worlds need assets that are repeatable, inspectable, and cheap to serve, not merely impressive in an isolated generation demo.
1. Background
model-viewer documents web components for displaying glTF and GLB assets on public pages.
model-viewer documents web components for displaying glTF and GLB assets on public pages.
2. Fictures Context
Fictures world pages are not full games: they are cached, ad-safe browser scenes that must load quickly, communicate story context, and expose a small number of reliable interactions.
The operational question is therefore not whether a model can produce a plausible demo artifact. The harder question is whether the output can enter a daily publishing loop where readers see stable character identity, fast pages, and enough technical provenance to make the archive auditable.
3. Method
The daily blog job searches arXiv and the open web, records the sources used for the article, and then writes a static page. This mirrors the product architecture: expensive or unstable work happens before publication, while the public site serves cached HTML, GLB, image, and metadata artifacts.
4. Evaluation Lens
What should be measured when a generated scene must be both narrative media and web infrastructure?
For Fictures, a useful answer combines measurable asset properties with editorial constraints: file size, mesh stability, material consistency, humanoid compatibility, browser behavior, source license risk, and whether the result supports a story beat rather than only a thumbnail.
5. Limitations
The sources below are used as supporting context, not as a claim that any single model or format fully solves production character generation. Generated meshes still need evaluation, simplification, rig checks, and public-page tests before they become durable media assets.
References
- model-viewer documentation: model-viewer documents web components for displaying glTF and GLB assets on public pages.
- glTF overview: Khronos describes glTF as a transmission format for efficient 3D asset delivery.
- How to Optimize 3D Models for Web — Laffa AI Guide
- Optimize 3D Models for Web When Browser Loading Is Slow
- GitHub - Timothee-alt/gltfoptimizer
- Optimizing 3D Models for the Web using Draco and other tools