Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

3D SW Renderer From Scratch in Java (#1) - Wireframes

Автор: Rodrigo Cucick

Загружено: 2019-08-17

Просмотров: 769

Описание:

I've decided to code my own 3D software renderer (rasterizer) from scratch, that is, writing every line of code necessary to display a scene containing the representation of 3D objects on the screen. I'm developing it using the Java programming language, without any external library or graphical feature from the language itself (except for obvious reasons, such as; creating a window and accessing its data buffer). It does not have any kind of hardware (GPU) acceleration feature, this implies lots and lots of optimizations as Java code is compiled into bytecode and then interpreted by the JVM.

As it is, the engine is capable of creating mesh objects by parsing external Wavefront (.obj) files, it can also rasterize the wireframe (1px stroke) representation of such meshes using orthogonal projection and a customized and optimized version of the DDA (Digital Differential analyzer) algorithm for line drawing.

A quick fun fact, due to the see-through nature of wireframe rendering combined with orthogonal projection and symmetry, it is easy to fall for an optical illusion and believe the model is sometimes reversing its rotation when in fact it's not, for some time I actually thought it was a bug on my rotation matrices routines.

Of course there is still tons of features to implement, and I do plan to implement them as time goes by, features such as; other types of projections, z-buffer, light, clipping, textures, filled faces, normals and so on.

As I'm focusing my studies on Computer Graphics and the Mathematics behind it, I plan to work on it as a lifetime side project, coding and studying a bit here and there during my spare time.

I'll try to upload a video to this channel on every milestone reached.

I hope you are interested.
Thank you!

3D SW Renderer From Scratch in Java (#1) - Wireframes

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

array(10) { [0]=> object(stdClass)#4298 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "wmAtYt_ItLw" ["related_video_title"]=> string(118) "44 скрытых возможностей GPT: применение на максималках с примерами" ["posted_time"]=> string(27) "5 месяцев назад" ["channelName"]=> string(15) "ai Nova Sapiens" } [1]=> object(stdClass)#4271 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "mvgY3GvcSCo" ["related_video_title"]=> string(73) "CSS Finally Has if() Statements (but I don’t think I will use them)" ["posted_time"]=> string(23) "8 часов назад" ["channelName"]=> string(18) "Web Dev Simplified" } [2]=> object(stdClass)#4296 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "i8EgLtl4Xuc" ["related_video_title"]=> string(175) "🔥🔥🔥Судьба рф уже решена - Арестович с Латыниной все показали! ФЕЙГИН В ЭКСКЛЮЗИВНОМ ИНТЕРВЬЮ" ["posted_time"]=> string(23) "6 часов назад" ["channelName"]=> string(23) "Курбанова LIVE" } [3]=> object(stdClass)#4303 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "uUrpicDpiWs" ["related_video_title"]=> string(100) "Покушение на Зеленского / Предатель в Офисе президента" ["posted_time"]=> string(24) "20 часов назад" ["channelName"]=> string(10) "NEXTA Live" } [4]=> object(stdClass)#4282 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "FiO6jkNkrb4" ["related_video_title"]=> string(76) "Клеточные автоматы | Сделал игру жизнь в 3D" ["posted_time"]=> string(21) "4 года назад" ["channelName"]=> string(7) "Onigiri" } [5]=> object(stdClass)#4300 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "3c3Xkt7m4IY" ["related_video_title"]=> string(69) "Самодельный щуп осциллографа на 200МГц" ["posted_time"]=> string(19) "3 дня назад" ["channelName"]=> string(31) "Θεοδοτος (Феодот)" } [6]=> object(stdClass)#4295 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "IcLWETIf3J4" ["related_video_title"]=> string(116) "Жириновский о евреях! Что будет, когда Израиль проиграет? 2004 год" ["posted_time"]=> string(19) "1 год назад" ["channelName"]=> string(13) "ЛДПР-ТВ" } [7]=> object(stdClass)#4305 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "255Pv3Z9gj4" ["related_video_title"]=> string(68) "БАЗА без которой ты зря тратишь время" ["posted_time"]=> string(23) "1 месяц назад" ["channelName"]=> string(33) "КАК Я СТАЛ ХАКЕРОМ" } [8]=> object(stdClass)#4281 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "Y6uKrm6xgqY" ["related_video_title"]=> string(154) "ПМЭФ-2025: предвестник заката империи Путина? Откровения чиновников о кризисе. Часть II" ["posted_time"]=> string(24) "10 часов назад" ["channelName"]=> string(27) "Владимир Милов" } [9]=> object(stdClass)#4299 (5) { ["video_id"]=> int(9999999) ["related_video_id"]=> string(11) "B93iBFETvos" ["related_video_title"]=> string(72) "Купили УРАЛ Лесовоз. Первое знакомство!" ["posted_time"]=> string(21) "1 день назад" ["channelName"]=> string(11) "Combat Crew" } }
44 скрытых возможностей GPT: применение на максималках с примерами

44 скрытых возможностей GPT: применение на максималках с примерами

CSS Finally Has if() Statements (but I don’t think I will use them)

CSS Finally Has if() Statements (but I don’t think I will use them)

🔥🔥🔥Судьба рф уже решена - Арестович с Латыниной все показали! ФЕЙГИН В ЭКСКЛЮЗИВНОМ ИНТЕРВЬЮ

🔥🔥🔥Судьба рф уже решена - Арестович с Латыниной все показали! ФЕЙГИН В ЭКСКЛЮЗИВНОМ ИНТЕРВЬЮ

Покушение на Зеленского / Предатель в Офисе президента

Покушение на Зеленского / Предатель в Офисе президента

Клеточные автоматы | Сделал игру жизнь в 3D

Клеточные автоматы | Сделал игру жизнь в 3D

Самодельный щуп осциллографа на 200МГц

Самодельный щуп осциллографа на 200МГц

Жириновский о евреях! Что будет, когда Израиль проиграет? 2004 год

Жириновский о евреях! Что будет, когда Израиль проиграет? 2004 год

БАЗА без которой ты зря тратишь время

БАЗА без которой ты зря тратишь время

ПМЭФ-2025: предвестник заката империи Путина? Откровения чиновников о кризисе. Часть II

ПМЭФ-2025: предвестник заката империи Путина? Откровения чиновников о кризисе. Часть II

Купили УРАЛ Лесовоз. Первое знакомство!

Купили УРАЛ Лесовоз. Первое знакомство!

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]