Semantic Mesh WriterEvidence pending
Canonical Lab · Three.js 0.185.1
Semantic Mesh Writer
Interactive Three.js WebGPU/TSL demo for Semantic Mesh Writer, with 6 scenarios, 6 mechanisms, and 3 quality tiers and evidence-gated validation.
Evidence status: The implementation is available for technical review, but its native-WebGPU runtime and evidence gates remain incomplete.
Readiness & remaining fixes 10
10 open closure items. Loadable does not mean accepted or performance-valid.
-
P0Define and measure the target performance contract
The hero, standard, crowd tiers have no accepted frame target. Record named device/browser/GPU, viewport, DPR, sustained CPU/GPU/presentation p50 and p95, deadline misses, memory, and settled quality. Submission time is not GPU timing.
tiers[].frameTargetMs -
P0Native Webgpu capability proof
The canonical controller blocks unless renderer.backend.isWebGPUBackend is true after initialization.
capabilityRequirements.native-webgpu -
P0Storage Buffers capability proof
StorageInstancedBufferAttribute and IndirectStorageBufferAttribute are required by the batching-comparison and indirect-draw routes.
capabilityRequirements.storage-buffers -
P0Renderer Init runtime proof
Await createGeometryLabController(), which awaits renderer.init() before constructing proof state.
runtimeProof.renderer-init -
P0Backend Is Webgpu runtime proof
Capture renderer.backend.isWebGPUBackend === true from the initialized controller.
runtimeProof.backend-is-webgpu -
P0Mechanism Reachable runtime proof
Load every physical mechanism route and reconcile the selected runtime graph against its locked startup mode.
runtimeProof.mechanism-reachable -
P0Aligned Readback runtime proof
Capture MRT pixels using the controller's integer 256-byte-aligned row-stride contract.
runtimeProof.aligned-readback -
P0Indirect Command runtime proof
Read back the compute-written indexed indirect command and reconcile its instanceCount with submitted work.
runtimeProof.indirect-command -
P1Capture a current-source evidence bundle
Publish source-hash-bound renderer/backend facts, required diagnostic images, aligned readbacks, resource inventory, timing method, and limitations; directly inspect the important artifacts before promotion.
evidenceBundle -
P2Close tier-specific acceptance
Validate and promote hero, standard, crowd as independent visual and performance contracts without crossing their protected invariants.
tiers[].acceptanceStatus
Use the linked skill and source to inspect route ownership and evidence classification before treating this presentation as an accepted implementation.
- Owning skill
- Procedural Geometry
- Published routes
- 6 scenarios · 6 mechanisms · 3 quality tiers
Supported mechanisms
frame-and-rail-profile— Frame And Rail Profilebranch-rings— Branch Ringssemantic-groups-and-materials— Semantic Groups And Materialsbatching-comparison— Batching Comparisondynamic-updates— Dynamic Updatesindirect-draw— Indirect Draw