Java 3D from scratch - Cubemap/Skybox test

preview_player
Показать описание
Cubemap/Skybox test implemented from scratch using just standard java 2D library:

- Perspective correct texture mapping;
Рекомендации по теме
Комментарии
Автор

that's really nice!
how are you rotating about a relative axis though? when you look up / down it always rotates around a "relative" x-axis.
are you using axis angle rotation?

devmuffin