Discuss Scratch

happyyear2024
Scratcher
10 posts

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

I could possibly make a block that makes a cube then make the positions from a list
MineTurte
Scratcher
1000+ posts

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

I am NOT about to quote the original post Wow this is really long and in-depth. Maybe even sticky worthy. Nice job!
The-Locust
Scratcher
3 posts

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

a got something from pen ok, click link. https://scratch.mit.edu/projects/1166194637/
Kharnyx
Scratcher
5 posts

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

What type of 3D algorithm would you recommend someone who just started learning how to create 3D projects?
GL00B
Scratcher
99 posts

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

Kharnyx wrote:

What type of 3D algorithm would you recommend someone who just started learning how to create 3D projects?
Raycasting. Make a sprite based raycaster, but move on to grid based list raycasting as soon as you understand sprite raycasting.!
magicsponge321
Scratcher
100+ posts

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

GL00B wrote:

magicsponge321 wrote:

Hey GL00B, I hope you respond to this, I just wanted to say I love your projects and hope on being like you someday.
Thanks
any questions on 3D in general? would love to help
Yeah, what's the second simplest way to raycast?(besides sprite-based raycasting)
I'd LOVE to learn 3d!
GL00B
Scratcher
99 posts

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

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

Hey GL00B, I hope you respond to this, I just wanted to say I love your projects and hope on being like you someday.
Thanks
any questions on 3D in general? would love to help
Yeah, what's the second simplest way to raycast?(besides sprite-based raycasting)
I'd LOVE to learn 3d!
I would say 3D projection, using sprites! wouldn't recommend diving deep into that, as sprite 3D doesn't look appealing 99% of the time.. but it does have really good performance if done right ( which i doubt you'd want to spend your time on )
magicsponge321
Scratcher
100+ posts

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

GL00B wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

Hey GL00B, I hope you respond to this, I just wanted to say I love your projects and hope on being like you someday.
Thanks
any questions on 3D in general? would love to help
Yeah, what's the second simplest way to raycast?(besides sprite-based raycasting)
I'd LOVE to learn 3d!
I would say 3D projection, using sprites! wouldn't recommend diving deep into that, as sprite 3D doesn't look appealing 99% of the time.. but it does have really good performance if done right ( which i doubt you'd want to spend your time on )
Oh, okay. What do you recommend?
GL00B
Scratcher
99 posts

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

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

Hey GL00B, I hope you respond to this, I just wanted to say I love your projects and hope on being like you someday.
Thanks
any questions on 3D in general? would love to help
Yeah, what's the second simplest way to raycast?(besides sprite-based raycasting)
I'd LOVE to learn 3d!
I would say 3D projection, using sprites! wouldn't recommend diving deep into that, as sprite 3D doesn't look appealing 99% of the time.. but it does have really good performance if done right ( which i doubt you'd want to spend your time on )
Oh, okay. What do you recommend?
Start with raycasting, and keep building up. keep me updated here!
magicsponge321
Scratcher
100+ posts

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

GL00B wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

Hey GL00B, I hope you respond to this, I just wanted to say I love your projects and hope on being like you someday.
Thanks
any questions on 3D in general? would love to help
Yeah, what's the second simplest way to raycast?(besides sprite-based raycasting)
I'd LOVE to learn 3d!
I would say 3D projection, using sprites! wouldn't recommend diving deep into that, as sprite 3D doesn't look appealing 99% of the time.. but it does have really good performance if done right ( which i doubt you'd want to spend your time on )
Oh, okay. What do you recommend?
Start with raycasting, and keep building up. keep me updated here!
Do you recommend any youtube tutorials? (Beside griffpatch's I already did it.)
GL00B
Scratcher
99 posts

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

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

Hey GL00B, I hope you respond to this, I just wanted to say I love your projects and hope on being like you someday.
Thanks
any questions on 3D in general? would love to help
Yeah, what's the second simplest way to raycast?(besides sprite-based raycasting)
I'd LOVE to learn 3d!
I would say 3D projection, using sprites! wouldn't recommend diving deep into that, as sprite 3D doesn't look appealing 99% of the time.. but it does have really good performance if done right ( which i doubt you'd want to spend your time on )
Oh, okay. What do you recommend?
Start with raycasting, and keep building up. keep me updated here!
Do you recommend any youtube tutorials? (Beside griffpatch's I already did it.)
I don't think any advanced tutorials exsist… you can use the green flash's tutorial for sprite 3D.. but that's all i can think of
kittygamer8997
Scratcher
69 posts

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

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

Hey GL00B, I hope you respond to this, I just wanted to say I love your projects and hope on being like you someday.
Thanks
any questions on 3D in general? would love to help
Yeah, what's the second simplest way to raycast?(besides sprite-based raycasting)
I'd LOVE to learn 3d!
I would say 3D projection, using sprites! wouldn't recommend diving deep into that, as sprite 3D doesn't look appealing 99% of the time.. but it does have really good performance if done right ( which i doubt you'd want to spend your time on )
Oh, okay. What do you recommend?
Start with raycasting, and keep building up. keep me updated here!
Do you recommend any youtube tutorials? (Beside griffpatch's I already did it.)
FindingPepper3 has a good tutorial of 3D
GL00B
Scratcher
99 posts

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

kittygamer8997 wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

GL00B wrote:

magicsponge321 wrote:

Hey GL00B, I hope you respond to this, I just wanted to say I love your projects and hope on being like you someday.
Thanks
any questions on 3D in general? would love to help
Yeah, what's the second simplest way to raycast?(besides sprite-based raycasting)
I'd LOVE to learn 3d!
I would say 3D projection, using sprites! wouldn't recommend diving deep into that, as sprite 3D doesn't look appealing 99% of the time.. but it does have really good performance if done right ( which i doubt you'd want to spend your time on )
Oh, okay. What do you recommend?
Start with raycasting, and keep building up. keep me updated here!
Do you recommend any youtube tutorials? (Beside griffpatch's I already did it.)
FindingPepper3 has a good tutorial of 3D
Yeah, that is one good tutorial. i might also release one soon, but I'm focusing on my projects more than youtube, its more Dev log manner rn
GL00B
Scratcher
99 posts

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

happyyear2024 wrote:

I could possibly make a block that makes a cube then make the positions from a list
You definitely can, depends on the 3D method too!
The-Locust
Scratcher
3 posts

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

My browser / operating system: ChromeOS 14541.0.0, Chrome 132.0.0.0, No Flash version detected
GL00B
Scratcher
99 posts

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

The-Locust wrote:

My browser / operating system: ChromeOS 14541.0.0, Chrome 132.0.0.0, No Flash version detected
Can you explain how this is relevant to our current topic tho..
tottsmc
Scratcher
55 posts

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

How Do you make 3D? I only use clones that aren't 1st perspective
GL00B
Scratcher
99 posts

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

tottsmc wrote:

How Do you make 3D? I only use clones that aren't 1st perspective
Can you clarify more please.. by clones you mean an engine that's similar to TheGreenFlash's type of sprite/clone engines?
kittygamer8997
Scratcher
69 posts

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

tottsmc wrote:

How Do you make 3D? I only use clones that aren't 1st perspective
@GL00B makes 3D with pen and a raycasting technique.
catsarecool39
Scratcher
34 posts

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

If you implemented sprite y-axis rotation to a sprite based 3D engine, it could end up looking pretty good.

Powered by DjangoBB