mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
100.83k stars 35.22k forks source link

CubeTexture Support for the Threejs Editor #13880

Open atul-mourya opened 6 years ago

atul-mourya commented 6 years ago

This is a feature request.

For a long time, threejs editor has been lacking the support of CubeTexture. Not just for importing but exporting as well.

I'm assuming that many people would love this feature.

Most of the time, we have to go through threejs editor in order to create a scene with proper textures and materials and use it as an asset for the app development. But the lack of CubeTexture makes the app development slightly tricky.

I'm aware that it's not a straightforward feature and may require a CubeTexture UI Panel, changes in .toJson and .fromJson in the editor and also the changes in the ObjectLoader and some more local storage related adjustments.

However, I believe if this feature gets added, the editor will become more powerful then ever.

Let me if this request qualifies to be a feature request in upcoming revision?

Mugen87 commented 6 years ago

14235 is a first step in order to enable cube textures in the editor :blush:

Mugen87 commented 4 years ago

I'm aware that it's not a straightforward feature and may require a CubeTexture UI Panel,

Some progress: There is now a UICubeTexture element 😊