Skip to content
Josh Stovall edited this page Dec 19, 2020 · 1 revision

Box()

new XR.Box({
  color: 0xffff00,
  side:"front",
  blend:"add",
  position: [0,1,-2]
});
Clone this wiki locally