Discuss Scratch

Raman15
Scratcher
100+ posts

3D on scratch, And how it's professionally accomplished

Drujok_Blevuskin wrote:

PaxtonPenguin wrote:

Drujok_Blevuskin wrote:

Hi! I Drujok_Blevuskin! And this is my 1st new 3D Project on scratch! https://scratch.mit.edu/projects/1214109301/
Don't advertise on random forums
ok sorry but that's not advertising i showed to Raman15 2.5D Animated Scratch Cat (My 1st Three-Dimensional Project made in scratch with CGI)
Yeah that was pretty, I MEAN PRETTY impressive for better quality you should make another costume and color it with a simple gradient and first switch costume to the other one before stamping and then switch back to original costume; (does it work?)
Raman15
Scratcher
100+ posts

3D on scratch, And how it's professionally accomplished

Raman15 wrote:

Drujok_Blevuskin wrote:

PaxtonPenguin wrote:

Drujok_Blevuskin wrote:

Hi! I Drujok_Blevuskin! And this is my 1st new 3D Project on scratch! https://scratch.mit.edu/projects/1214109301/
Don't advertise on random forums
ok sorry but that's not advertising i showed to Raman15 2.5D Animated Scratch Cat (My 1st Three-Dimensional Project made in scratch with CGI)
Yeah that was pretty, I MEAN PRETTY impressive for better quality you should make another costume and color it with a simple gradient and first switch costume to the other one before stamping and then switch back to original costume; (does it work?)
I'm making 3d backrooms in scratch (it's not so scary) with GRIFFPATCH's tutorial (the 3d part of the game was the beta of Raman's 3D Maze because of lag but I luckily made one without lag! Btw you can check out Raman's 3D Maze in my profile!
mariothedude
Scratcher
2 posts

3D on scratch, And how it's professionally accomplished

Ok, just a question “this is kinda old, BUT WHEN I GET ENOUGH RECOGNITION I WILL MAKE GTA 5' FEATURING THE FIRST MISSION TOO!”

Are you working on that? That would be awesome!!
meowiilk
Scratcher
6 posts

3D on scratch, And how it's professionally accomplished

Question: Your 3D Engine your working on, how does that work? (code wise) Like, how does it import the models from the project? How are they stored in the code? Thanks!
kittygamer8997
Scratcher
69 posts

3D on scratch, And how it's professionally accomplished

meowiilk wrote:

Question: Your 3D Engine your working on, how does that work? (code wise) Like, how does it import the models from the project? How are they stored in the code? Thanks!
lists
_-ValX-_
Scratcher
500+ posts

3D on scratch, And how it's professionally accomplished

meowiilk wrote:

Question: Your 3D Engine your working on, how does that work? (code wise) Like, how does it import the models from the project? How are they stored in the code? Thanks!
A .obj file is not that hard to decode, it is really easily encoded with just vertices and lines. For the render he uses list raycasting mode7 and rasterisation I think
wasducks
Scratcher
16 posts

3D on scratch, And how it's professionally accomplished

kittygamer8997 wrote:

meowiilk wrote:

Question: Your 3D Engine your working on, how does that work? (code wise) Like, how does it import the models from the project? How are they stored in the code? Thanks!
lists
AGHGHGHG lists -_-
Raman15
Scratcher
100+ posts

3D on scratch, And how it's professionally accomplished

_-ValX-_ wrote:

meowiilk wrote:

Question: Your 3D Engine your working on, how does that work? (code wise) Like, how does it import the models from the project? How are they stored in the code? Thanks!
A .obj file is not that hard to decode, it is really easily encoded with just vertices and lines. For the render he uses list raycasting mode7 and rasterisation I think
Because scratch didn’t save my data when I saved it i give up and btw yeah I used griffpatch’s Seven tutorials on 3d
Edit: I’m making Minecraft in scratch, it’s LITERALLY GONNA HAVE LANGUAGE CHANGES in some versions or directly

Last edited by Raman15 (Sept. 13, 2025 12:49:56)

Drujok_Blevuskin
Scratcher
34 posts

3D on scratch, And how it's professionally accomplished

Raman15 wrote:

Drujok_Blevuskin wrote:

PaxtonPenguin wrote:

Drujok_Blevuskin wrote:

Hi! I Drujok_Blevuskin! And this is my 1st new 3D Project on scratch! https://scratch.mit.edu/projects/1214109301/
Don't advertise on random forums
ok sorry but that's not advertising i showed to Raman15 2.5D Animated Scratch Cat (My 1st Three-Dimensional Project made in scratch with CGI)
Yeah that was pretty, I MEAN PRETTY impressive for better quality you should make another costume and color it with a simple gradient and first switch costume to the other one before stamping and then switch back to original costume; (does it work?)
yes
Penthusiast
Scratcher
46 posts

3D on scratch, And how it's professionally accomplished

wasducks wrote:

kittygamer8997 wrote:

meowiilk wrote:

Question: Your 3D Engine your working on, how does that work? (code wise) Like, how does it import the models from the project? How are they stored in the code? Thanks!
lists
AGHGHGHG lists -_-

Lists are crucial for most 3D things you might want to implement, so I suggest you learn how to use them.
wasducks
Scratcher
16 posts

3D on scratch, And how it's professionally accomplished

Penthusiast wrote:

wasducks wrote:

kittygamer8997 wrote:

meowiilk wrote:

Question: Your 3D Engine your working on, how does that work? (code wise) Like, how does it import the models from the project? How are they stored in the code? Thanks!
lists
AGHGHGHG lists -_-

Lists are crucial for most 3D things you might want to implement, so I suggest you learn how to use them.
I know how they work, I'm just traumatized after trying to use them in a non 3d project.
_-ValX-_
Scratcher
500+ posts

3D on scratch, And how it's professionally accomplished

Everyone please make sure to only left quotes you need or are replying to, this section is full of posts with useless quotes which are taking unnecessary space. Ty
akosswan4
Scratcher
39 posts

3D on scratch, And how it's professionally accomplished

GL00B wrote:

L15mar wrote:

I dont want to use turbowarp for some simple raycasting.
But you can use something like this:
define Render
Use some 3D engine for this but i has an engine for you
define Go to X:(X) Y:(Y) Z:(Z)
go to x: ((FL) * ((X) / (Z))) y: ((FL) * ((Y) / (Z)))

Did you just skip the explanation? i literary mentioned this..


yes yes real
meowiilk
Scratcher
6 posts

3D on scratch, And how it's professionally accomplished

_-ValX-_ wrote:

meowiilk wrote:

Question: Your 3D Engine your working on, how does that work? (code wise) Like, how does it import the models from the project? How are they stored in the code? Thanks!
A .obj file is not that hard to decode, it is really easily encoded with just vertices and lines. For the render he uses list raycasting mode7 and rasterisation I think
Thank you! D
GL00B
Scratcher
99 posts

3D on scratch, And how it's professionally accomplished

mariothedude wrote:

Ok, just a question “this is kinda old, BUT WHEN I GET ENOUGH RECOGNITION I WILL MAKE GTA 5' FEATURING THE FIRST MISSION TOO!”

Are you working on that? That would be awesome!!
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..
kittygamer8997
Scratcher
69 posts

3D on scratch, And how it's professionally accomplished

GL00B wrote:

mariothedude wrote:

Ok, just a question “this is kinda old, BUT WHEN I GET ENOUGH RECOGNITION I WILL MAKE GTA 5' FEATURING THE FIRST MISSION TOO!”

Are you working on that? That would be awesome!!
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..
Yea.. also i have been a fan since your account was like 1 or 2 months old i think

Last edited by kittygamer8997 (Sept. 12, 2025 12:13:38)

_-ValX-_
Scratcher
500+ posts

3D on scratch, And how it's professionally accomplished

GL00B wrote:

I very much can get banned for creating a realistic bank heist mission with guns..
As long as there's no much gore scenes in it, you won't get banned. You'll however be classified NFE
wasducks
Scratcher
16 posts

3D on scratch, And how it's professionally accomplished

_-ValX-_ wrote:

Everyone please make sure to only left quotes you need or are replying to, this section is full of posts with useless quotes which are taking unnecessary space. Ty
GL00B
Scratcher
99 posts

3D on scratch, And how it's professionally accomplished

_-ValX-_ wrote:

GL00B wrote:

I very much can get banned for creating a realistic bank heist mission with guns..
As long as there's no much gore scenes in it, you won't get banned. You'll however be classified NFE
Would be a waste of hard work tho :\
_-ValX-_
Scratcher
500+ posts

3D on scratch, And how it's professionally accomplished

GL00B wrote:

Would be a waste of hard work tho :\
Yeah you're right

Powered by DjangoBB