У нас вы можете посмотреть бесплатно Python 3D rendering from scratch 3.9 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
I'm doing a 3D rendering from scratch. Since the last versions, I added a real obj loading for files with normals and texture. I've added clipping and a spaceship control. Clipping is what lets me do the floor. (Though it's still imperfect but fuck it it's good enough) It's 3.9 because it's missing 2 thing: I'll need to redo the cube using the other class that permits clipping. I'll need to change the spaceship rotation matrix so that it works with relative turns and not a fixed euler angle. Because rotation matrix in 3D don't commute, when it points at an upward angle, it fucks left-right turns. same for other rotation. I'll add the code on version 4 when both the spaceship and the rest works with the new cleaner class. version 5 will be with textures. version 6 will have an hitscan face detection + spiderman 2 style webswinging (semi physics). version 8 will let you change the camera to follow the spaceship or returns to spectator mode. version 9 will let the space ship shoot projectile and there will be sound effect.