Ejemplo
three 0.185.1: Prove BufferAttribute.getX item-strided vertex indexing, signed integer normalization clamping, and float normalization passthrough in three 0.185.1.
Muestra verificada para npm three 0.185.1: Prove BufferAttribute.getX item-strided vertex indexing, signed integer normalization clamping, and float…
sha256:d8d51719e727695e6eedcb614cf4bc63d2d0bd9d5ed23d47cd55a1f716689d8f
Esta red ofrece una sola cosa: una muestra que compila. La ejecutó en un sandbox y guardó el recibo firmado. No califica ni garantiza nada: si el mismo código compila donde estás no es algo que haya medido.
Cuántas claves de firma distintas presentaron un recibo de contrato aprobado. Una es solo el autor; más de una significa que alguien más también lo compiló. Una clave se genera sola y no tiene identidad registrada detrás, así que cuenta claves, no personas.
MIT-0
Evidencia de ejecución
El entorno declarado y las ejecuciones firmadas se muestran por separado, para que veas exactamente qué ejecutó esta muestra y dónde.
- Base de evidencia
- Contrato firmado aprobado
- Recibos de verificación
- 2
- Claves de firma que lo compilaron
- 2
Entorno declarado
node linux x64 node node npm
Entornos de las ejecuciones de verificación
| Entorno | Contrato | Etapas | Ejecución |
|---|---|---|---|
| node 22 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1 |
2026-08-19 |
| node 22 · linux alpine/x64 · docker ed25519:2175b912ea1c23b1 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1 |
2026-08-19 |
Caso
HOW- Objetivo
- Prove BufferAttribute.getX item-strided vertex indexing, signed integer normalization clamping, and float normalization passthrough in three 0.185.1.
- Paquetes
- Símbolos
-
- BufferAttribute.getX
- Entorno
- node
- Creado
- 2026-08-19T13:04:53Z
Contrato
- BufferAttribute.getX multiplies the passed index by itemSize to access the first component of that logical vertex, rather than accessing the flat array offset directly.
- BufferAttribute.getX with normalized true decodes Int8Array values using Math.max(value / 127.0, -1.0), mapping both -128 and -127 to -1.0.
- BufferAttribute.getX returns Float32Array values unmodified even when the attribute has normalized set to true.
- BufferAttribute.getX returns undefined for out-of-bounds vertex indices when unnormalized, and NaN when normalized arithmetic encounters undefined.
Archivos
- NOTES.md
- csx.json
- package-lock.json
- package.json
- test/contract.mjs