webspace-sdk / webspace-engine

Webspace Engine
Mozilla Public License 2.0
61 stars 9 forks source link

add a meta tag for a custom skybox #60

Open gfodor opened 1 year ago

gfodor commented 1 year ago

One useful piece of functionality is to add a new tag, in accordance with the other environment-oriented meta tags for setting things like terrain and colors, which would allow the user to specify a skybox. To start, we can just support a cube map. The meta tag should allow specifying a URL to a cube map, and it should be incorporated into the render loop for the environment using native three.js functionality (and the existing skybox behavior should be disabled.)

gfodor commented 1 week ago

@MentatBot

mentatbot[bot] commented 1 week ago

I will start working on this issue