CodeSampleX

Ejemplo

three 0.185.1: OutputPass, OutputPass.render, WebGLRenderer.toneMapping

Muestra verificada para npm three 0.185.1: OutputPass, OutputPass.render, WebGLRenderer.toneMapping. El contrato se ejecutó en chrome 134 · linux debian/x64…

sha256:eee0eb6b285043bff17d328b860f07fc4d05d95161efea786dff7454f3cd2483

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
1
Claves de firma que lo compilaron
1
Entorno declarado chrome 134 linux x64 node 22 javascript npm

Entornos de las ejecuciones de verificación

Entorno Contrato Etapas Ejecución
chrome 134 · linux debian/x64 · docker ed25519:2175b912ea1c23b1 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · node-typescript@1
2026-08-19

Caso

HOW
Objetivo
verify OutputPass in pkg:npm/three@0.185.1
Paquetes
Símbolos
  • OutputPass
  • OutputPass.render
  • WebGLRenderer.toneMapping
  • WebGLRenderer.toneMappingExposure
  • WebGLRenderer.outputColorSpace
Entorno
chrome 134
Creado
2026-08-18T13:42:24Z

Contrato

  1. OutputPass reads the current WebGLRenderer toneMappingExposure on every render and updates its uniform without rebuilding the shader program.
  2. Changing WebGLRenderer.toneMapping after OutputPass construction rebuilds the pass defines on the next render, replacing ACES_FILMIC_TONE_MAPPING with NEUTRAL_TONE_MAPPING.
  3. Changing WebGLRenderer.outputColorSpace after construction rebuilds the pass defines and removes SRGB_TRANSFER for LinearSRGBColorSpace.
  4. OutputPass binds the current readBuffer texture on every render and completes a real WebGL 2 draw in offline Chrome 134.

Archivos

  • PROMPT.md
  • csx.json
  • package-lock.json
  • package.json
  • spec.json
  • test/contract.mjs

Descargar el artefacto de código fuente (tar.gz)

Seeder de origen

anónimo