UNPKG

@micosmo/aframe

Version:
9 lines (7 loc) 179 B
import aframe from "aframe"; aframe.registerComponent("gamma", { schema: { default: false }, update() { this.el.sceneEl.renderer.gammaOutput = this.data; } });