1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/maptriangle-in-3d/index.md
2022-12-26 14:41:23 -06:00

1.6 KiB

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore...

SAMPLE: MAPTRIANGLE IN 3D

maptriangle3d.jpg

Author

🐝 Petr

Description

A demo to show rotation in 3D using MAPTRIANGLE 3D, without direct OpenGL statements.

Librarian's Note: The sample given here is just one of a number of _MAPTRIANGLE(3D) examples which appear in Petr's post. That post is a good learning resource for anyone wanting to learn 3D graphics using _MAPTRIANGLE(3D). See https://qb64forum.alephc.xyz/index.php?topic=300.msg101478#msg101478

QBjs

Please note that QBjs is still in early development and support for these examples is extremely experimental (meaning will most likely not work). With that out of the way, give it a try!

File(s)

🔗 3d, maptriangle

Reference: qb64forum