3D how to - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Prolific Programmers (https://staging.qb64phoenix.com/forumdisplay.php?fid=26) +---- Forum: MasterGy (https://staging.qb64phoenix.com/forumdisplay.php?fid=45) +---- Thread: 3D how to (/showthread.php?tid=896) |
3D how to - MasterGy - 09-16-2022 I would like to put together a write up that explains how the 3D display works as I use it. Through an example program, I thought I would describe in detail what it does. After I put together a simple program, I think a lot of things are understandable. I left out all the unnecessary stuff. I will show more detailed writing and explanations later. Code: (Select All) 'create texture RE: 3D how to - james2464 - 09-16-2022 This is amazing, thank you. (I need to learn what _MapTriangle is all about) Edit: I see there is a nice explanation about it here: https://qb64sourcecode.com/task19.html RE: 3D how to - TerryRitchie - 09-18-2022 (09-16-2022, 10:49 PM)james2464 Wrote: This is amazing, thank you. Yeah, _MAPTRIANGLE can be strange at first, especially the 3D aspect. Thanks for pointing out the lesson I created. Here is the updated lesson on the new tutorial site: https://www.qb64tutorial.com/lesson17 I go into even more depth in the new lessons. Just a sneak peek. The new tutorial site is almost finished. Maybe two more weeks. The asset file is NOT up to date so don't download that yet. RE: 3D how to - TempodiBasic - 09-18-2022 An amazing example of 3D using _MapTriangle! It is fine to navigate out of sphere and watch at it from there. RE: 3D how to - TempodiBasic - 09-18-2022 Hey I must return to school! Thanks James2464 to point to the new lessons of Gamecoding made by TerryRitchie Thanks to my teacher for developing more lessons with more details and tips. I have followed his course at the time of QB64 SDL maybe 0.95 |