Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to do 3d ?
- coderkazcool
-
Scratcher
19 posts
How to do 3d ?
I want to make a 3d game in a long time and share it idk how to make it even if i know to use javascript python html so help

idk how to do 3d :: pen
make 3d now {
(<add obj at x(18) y (35) z (4)> @addInput) :: motion
draw :: 00f0e8
} help:: motion
do stuff ::

- 102acrimea
-
Scratcher
100+ posts
How to do 3d ?
There is no quick explanation that could be quickly compacted into a forum reply. There are several methods you can use such as Raycasting, Wireframe, Tri-fill, 2.5d (top down 3d effect created when layering multiple stamps on top of each other) and more. You could probably quickly search up any of these on scratch or YouTube for a tutorial. Be warned though, Scratch was not made for 3d and may cause major lag as well as creating major difficulty in the creation of games using these methods.
I could probably explain the concept behind some 3d engines if you want.
I could probably explain the concept behind some 3d engines if you want.
- RileySteele12
-
Scratcher
76 posts
How to do 3d ?
use these playlists to help you start creating 3d:
griffpatch 3d (raycasting) (most popular)
https://www.youtube.com/watch?v=M1c5TcdITVs&list=PLy4zsTUHwGJKolO9Ko_j6IStFIJnTYBul
finding pepper minecraft (raymarching?) (recomended)
https://www.youtube.com/watch?v=nGiivfLK2KU&list=PLEeMRpl6b1jGHXbjjx1oWXXTAXlkbhCKg
tgf (clone based) (most simple)
https://www.youtube.com/watch?v=tX_x4iYvspU&list=PLlmCqBdsUGHyjvpz5bbwFIsAwPYySdPNY
griffpatch 3d (raycasting) (most popular)
https://www.youtube.com/watch?v=M1c5TcdITVs&list=PLy4zsTUHwGJKolO9Ko_j6IStFIJnTYBul
finding pepper minecraft (raymarching?) (recomended)
https://www.youtube.com/watch?v=nGiivfLK2KU&list=PLEeMRpl6b1jGHXbjjx1oWXXTAXlkbhCKg
tgf (clone based) (most simple)
https://www.youtube.com/watch?v=tX_x4iYvspU&list=PLlmCqBdsUGHyjvpz5bbwFIsAwPYySdPNY
- sh4dow_05
-
Scratcher
57 posts
How to do 3d ?
You can't upload .html Python projects to Scratch, so that's the first thing you must know. You can only upload .sb3 projects (the project extension used by Scratch 3.0).
Second, there are a lot of methods using pen projects, and a video by griffpatch himself, so check it out. I hope this helps.
Second, there are a lot of methods using pen projects, and a video by griffpatch himself, so check it out. I hope this helps.
- Discussion Forums
- » Help with Scripts
-
» How to do 3d ?