threeify icon indicating copy to clipboard operation
threeify copied to clipboard

Add 360 Panorama Player, fix bug with TexImage2D Wrapping

Open DanielSturk opened this issue 2 years ago • 1 comments

PanoramaLayerCompositor extends LayerCompositor

  • Controlled by FOV and angle
  • Supports Image Fit Mode
  • Only a minimal change to LayerCompositor to make it extendable for this

Fixed tiny bug with vertical wrapping in TexImage2D

Built on top of this unmerged PR unfortunately https://github.com/threeify/threeify/pull/270

DanielSturk avatar Jun 10 '22 13:06 DanielSturk

there's an horizontal flip, fixed it with: makeMatrix4Scale(new Vector3(1, 1, -1)), and updated it to version 1.89.0-alpha.5

jackcaron avatar Jun 16 '22 13:06 jackcaron

is this still relevant? Should I am to merge it?

bhouston avatar Jan 05 '23 22:01 bhouston