Afalcon in BABYLON.SPACE

This is what afalcon is up to…


BABYLON.SPACE (concept).
Space in 3D.
:eagle:

2 Likes


Purple and blue stars are nearer than the others.
Parallax when the camera moves.

4 Likes

ONE WAY TO MAKE 3D~SPACE:

particle.png - Available Textures in the Playground - Babylon.js Documentation

plus

Colorize AND export with Alpha-Channel.

meshBuilder.createPlane()

material.diffuseTexture

hasAlpha = true.

lightly sprinkle in spacebox…

using copyFrom({});

makes an easy POS, ROT,

copy to code.

3DGalaxy - hides corner seam of spacebox:

A closer look …


view from inside the nebula, just under purple sphere (GalaxyMasterCtrl).

Galaxy did not hide seam enough, so… .scaling(1.4,1.4,1.4);

1 Like

2.5 years ago… created a cuboid exoplanet for “surfing”, and telling a hero journey.
image
Today, we port that world (into a module) of the cinematic app.

1 Like

An exoplanet cuboid named…
image
AlphaMoon


The wurld is the STAGE.

2 Likes