Discuss Scratch
- Discussion Forums
- » Project Ideas
- » What can I add to my 3d engine
- Litle_SeaHorse
-
Scratcher
10 posts
What can I add to my 3d engine
Hey everyone!
I’ve been working on my 3D engine in Scratch and I’d love to hear your ideas on what I should add next!
Project: https://scratch.mit.edu/projects/1367860349/
What features would make the engine more useful, fun, or impressive? Feel free to suggest anything.
Also, I am aware that the rycasting doesn't work.
Thanks a lot!
I’ve been working on my 3D engine in Scratch and I’d love to hear your ideas on what I should add next!
Project: https://scratch.mit.edu/projects/1367860349/
What features would make the engine more useful, fun, or impressive? Feel free to suggest anything.
Also, I am aware that the rycasting doesn't work.
Thanks a lot!
- THEIMPORTANT
-
Scratcher
1000+ posts
What can I add to my 3d engine
Good, I can see it works pretty well but what I would recommened the most is going from a depth sorter to a z-buffer
- Litle_SeaHorse
-
Scratcher
10 posts
What can I add to my 3d engine
Wor
Good, I can see it works pretty well but what I would recommened the most is going from a depth sorter to a z-bufferSorry but I want it to run on vanilla scratch and using a z-buffer aproach can be over 500x times slower so my engine will run at 0.06 fps
Last edited by Litle_SeaHorse (Aug. 15, 2026 15:09:40)
- THEIMPORTANT
-
Scratcher
1000+ posts
What can I add to my 3d engine
WorUh… It won't really be 500x slower and you can use a resolution control like res 1 is 172800 pixels but res 4 is just 10800 which is way faster and turbowarp can handle many triangles with z-buffer with no problemGood, I can see it works pretty well but what I would recommened the most is going from a depth sorter to a z-bufferSorry but I want it to run on vanilla scratch and using a z-buffer aproach can be over 500x times slower so my engine will run at 0.06 fps
- THEIMPORTANT
-
Scratcher
1000+ posts
What can I add to my 3d engine
You can look here: https://scratch.mit.edu/projects/1364248409
- Discussion Forums
- » Project Ideas
-
» What can I add to my 3d engine