Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » 3D on scratch, And how it's professionally accomplished
- PaxtonPenguin
-
Scratcher
100+ posts
3D on scratch, And how it's professionally accomplished
Please don't quote the entire first post thing, also it's not the first post in the forum-snip-First ever post in this forum
- playerPl47
-
Scratcher
4 posts
3D on scratch, And how it's professionally accomplished
bro same! im working on a new 3D game, and now literally ITS PLANNED REALEASE DATE GL00B will release glue 3 DAYS LATERPeak timing too. Just when I'm making an epic 3D project. The market will get flooded.What the heck is this glue 3D stuff everyone seems to be talking about?its a thing gloob is making where you make your own 3D game in scratch like Unreal Engine stuff but not.
- 1N-AW3
-
Scratcher
2 posts
3D on scratch, And how it's professionally accomplished
Then just post it on a different accOk, just a question “this is kinda old, BUT WHEN I GET ENOUGH RECOGNITION I WILL MAKE GTA 5' FEATURING THE FIRST MISSION TOO!”Bad news, scratch team literally deleted my racing game 3 times when it only had a youtube link. I very much can get banned for creating a realistic bank heist mission with guns..
Are you working on that? That would be awesome!!

- meowiilk
-
Scratcher
6 posts
3D on scratch, And how it's professionally accomplished
Scratch can IP ban and email ban, it could still get him banned on both.Then just post it on a different accOk, just a question “this is kinda old, BUT WHEN I GET ENOUGH RECOGNITION I WILL MAKE GTA 5' FEATURING THE FIRST MISSION TOO!”Bad news, scratch team literally deleted my racing game 3 times when it only had a youtube link. I very much can get banned for creating a realistic bank heist mission with guns..
Are you working on that? That would be awesome!!
- Raman15
-
Scratcher
73 posts
3D on scratch, And how it's professionally accomplished
Ok…I don't know why I always randomly get neglectedPlease don't quote the entire first post thing, also it's not the first post in the forum-snip-First ever post in this forum
- memes_oh_ye
-
Scratcher
1 post
3D on scratch, And how it's professionally accomplished
Gl00b or really anyone, I've discovered a new way to do 3D, with the CST 3D extension, here's the raw extension code "https://raw.githubusercontent.com/CST1229/turbowarp-extensions/3d/extensions/CST1229/3d.js" you can add this extension with turbowarps custom extensions. I need help with a detector that when the camera looks at a clone (yaw and pitch), You can try and use the atan2 fucntion and vectors but it didn't help me at all, the way I did it at least, I'm trying to make a Minecraft like game with it so it would be greatly appreciated if you could do this.
- hashdashpotato
-
Scratcher
500+ posts
3D on scratch, And how it's professionally accomplished
WE'RE ALL COOKED!bro same! im working on a new 3D game, and now literally ITS PLANNED REALEASE DATE GL00B will release glue 3 DAYS LATERPeak timing too. Just when I'm making an epic 3D project. The market will get flooded.What the heck is this glue 3D stuff everyone seems to be talking about?its a thing gloob is making where you make your own 3D game in scratch like Unreal Engine stuff but not.
- Davtech12
-
Scratcher
17 posts
3D on scratch, And how it's professionally accomplished
GET OUTWE'RE ALL COOKED!bro same! im working on a new 3D game, and now literally ITS PLANNED REALEASE DATE GL00B will release glue 3 DAYS LATERPeak timing too. Just when I'm making an epic 3D project. The market will get flooded.What the heck is this glue 3D stuff everyone seems to be talking about?its a thing gloob is making where you make your own 3D game in scratch like Unreal Engine stuff but not.
- CoralTurtles
-
Scratcher
13 posts
3D on scratch, And how it's professionally accomplished
Wait does anybody know when glue3d comes out?GET OUTWE'RE ALL COOKED!bro same! im working on a new 3D game, and now literally ITS PLANNED REALEASE DATE GL00B will release glue 3 DAYS LATERPeak timing too. Just when I'm making an epic 3D project. The market will get flooded.What the heck is this glue 3D stuff everyone seems to be talking about?its a thing gloob is making where you make your own 3D game in scratch like Unreal Engine stuff but not.
- abraham93420
-
Scratcher
47 posts
3D on scratch, And how it's professionally accomplished
How to draw something 3D is also just to copy an 2D picture smush it into a rectanglee and put it next to it
- playerPl47
-
Scratcher
4 posts
3D on scratch, And how it's professionally accomplished
i wish i did…Wait does anybody know when glue3d comes out?GET OUTWE'RE ALL COOKED!bro same! im working on a new 3D game, and now literally ITS PLANNED REALEASE DATE GL00B will release glue 3 DAYS LATERPeak timing too. Just when I'm making an epic 3D project. The market will get flooded.What the heck is this glue 3D stuff everyone seems to be talking about?its a thing gloob is making where you make your own 3D game in scratch like Unreal Engine stuff but not.
- Raman15
-
Scratcher
73 posts
3D on scratch, And how it's professionally accomplished
McTonk made a video of making doom in glue3di wish i did…Wait does anybody know when glue3d comes out?GET OUTWE'RE ALL COOKED!bro same! im working on a new 3D game, and now literally ITS PLANNED REALEASE DATE GL00B will release glue 3 DAYS LATERPeak timing too. Just when I'm making an epic 3D project. The market will get flooded.What the heck is this glue 3D stuff everyone seems to be talking about?its a thing gloob is making where you make your own 3D game in scratch like Unreal Engine stuff but not.
- playerPl47
-
Scratcher
4 posts
3D on scratch, And how it's professionally accomplished
i knowMcTonk made a video of making doom in glue3di wish i did…Wait does anybody know when glue3d comes out?GET OUTWE'RE ALL COOKED!bro same! im working on a new 3D game, and now literally ITS PLANNED REALEASE DATE GL00B will release glue 3 DAYS LATERPeak timing too. Just when I'm making an epic 3D project. The market will get flooded.What the heck is this glue 3D stuff everyone seems to be talking about?its a thing gloob is making where you make your own 3D game in scratch like Unreal Engine stuff but not.
- retro2D
-
Scratcher
23 posts
3D on scratch, And how it's professionally accomplished
How should I get started on making 3D games?
- playerPl47
-
Scratcher
4 posts
3D on scratch, And how it's professionally accomplished
How should I get started on making 3D games?find equations, and other stuff, but for basic 3D projection, no camera movement, but really easy to ADD camera movement, create a custom block called “render object at (x) (y) (z)” make it run without screen refresh
add a forever loop
when green flag clicked
set [focal length v] to [300]
forever
render obj at (0) (0) (300)
end
define render obj at (x) (y) (z)
go to x: (((x) / (z)) * (focal length)) y: (((y) / (z)) * (focal length))
// the following is UNNECESARY!!!
when green flag clicked
sigma amount (999999999)
define sigma amount (%)
set [sigma v] to (%)
this is a very low addon- 3D engine, so check out @CodingBio 's 3D tutorial series: https://scratch.mit.edu/studios/32152322
Last edited by playerPl47 (Nov. 16, 2025 22:16:54)
- retro2D
-
Scratcher
23 posts
3D on scratch, And how it's professionally accomplished
I tried that one before, but I didn't fully understand it. Maybe this time I will learnHow should I get started on making 3D games?find equations, and other stuff, but for basic 3D projection, no camera movement, but really easy to ADD camera movement, create a custom block called “render object at (x) (y) (z)” make it run without screen refresh
add a forever loopwhen green flag clicked
set [focal length v] to [300]
forever
render obj at (0) (0) (300)
end
define render obj at (x) (y) (z)
go to x: (((x) / (z)) * (focal length)) y: (((y) / (z)) * (focal length))
// the following is UNNECESARY!!!
when green flag clicked
sigma amount (999999999)
define sigma amount (%)
set [sigma v] to (%)
this is a very low addon- 3D engine, so check out @CodingBio 's 3D tutorial series: https://scratch.mit.edu/studios/32152322

- Raman15
-
Scratcher
73 posts
3D on scratch, And how it's professionally accomplished
You can use voxelbears YouTube tutorial to do it, it’s super easy and real 3d, just go to his 2nd video to make a game if you don’t know howI tried that one before, but I didn't fully understand it. Maybe this time I will learnHow should I get started on making 3D games?find equations, and other stuff, but for basic 3D projection, no camera movement, but really easy to ADD camera movement, create a custom block called “render object at (x) (y) (z)” make it run without screen refresh
add a forever loopwhen green flag clicked
set [focal length v] to [300]
forever
render obj at (0) (0) (300)
end
define render obj at (x) (y) (z)
go to x: (((x) / (z)) * (focal length)) y: (((y) / (z)) * (focal length))
// the following is UNNECESARY!!!
when green flag clicked
sigma amount (999999999)
define sigma amount (%)
set [sigma v] to (%)
this is a very low addon- 3D engine, so check out @CodingBio 's 3D tutorial series: https://scratch.mit.edu/studios/32152322
- Discussion Forums
- » Advanced Topics
-
» 3D on scratch, And how it's professionally accomplished













