StaticloadCreate a Cubemap from a single texture containing six
textures in a "box-net" layout.
0 1 2 3
┌────┬────┬────┬────┐
0 │ │ up │ │ │
├────┼────┼────┼────┤
1 │ lf │ fd │ rt │ bk │
├────┼────┼────┼────┤
2 │ │ dn │ │ │
└────┴────┴────┴────┘
Engine instance.
Path to texture file containing the cubemap textures in a box-net layout.
StaticloadCreate a Cubemap from a set of individual texture files.
Engine instance.
Paths for each individual texture.
No description provided.