Hubs-Foundation / hubs

Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
https://hubsfoundation.org
Mozilla Public License 2.0
2.14k stars 1.41k forks source link

Non-glTF Textures Flipped #1588

Open robertlong opened 5 years ago

robertlong commented 5 years ago

Description The HubsTextureLoader sets Texture.prototype.flipY. = false when using the ImageBitmapLoader this currently causes 360 images to be flipped (#1563), the environment map to be flipped, and the particle emitter to be flipped. Basically anything that uses ThreeJS's geometry classes needs to respect the texture.flipY property like we do with media-image.

These changes also need to be made in Spoke.

joshmarinacci commented 4 years ago

Is this still happening?