Hello, everybody, have an idea for 3d graphics that MIGHT work. It involves naming a point's location and drawing a line to it from other points, creating polygons, which are used to create a 3d model. Note that each point is NOT a sprite, but a location named using varibles. I, unfortunately, do not know how to acheive this.
Last edited by Zeratul (2011-10-29 21:18:13)
Offline
mattb777 wrote:
This topic seems to fit into the Requests forum better.
Not sure, maybe the OP wants to get help on creating the 3D game on Scratch? I think it's okay to leave in Collaborations for now.

Offline
I think I know what you mean. Might I make a demo?
Offline
Kiraza wrote:
By points do you mean x,y,z which you use to plot in a 3d graph but to make on that base maybe quite hard
Yes, but there would have to be a mathematical equation to determine what size and position each line should be in comparison with their X,Y, and Z positions.
Offline
Zeratul wrote:
Zeratul wrote:
nickbrickmaster wrote:
I think I know what you mean. Might I make a demo?
Go ahead!
Any word on the demo?
I'm not sure... I'll try it.
Offline
i have made the formula to convert X,Y,Z to X,Y for the Scratch:
(X,Y,Z as in in 3d)
0 + Y - X * 0.5, 0 + Z - X * 0.5
made a 3d shape maker (quite confusing/complicated hwo to use) and soon ill post a demo of moving a 3d shape.
http://scratch.mit.edu/projects/Kiraza/2118013
Offline
Kiraza wrote:
i have made the formula to convert X,Y,Z to X,Y for the Scratch:
(X,Y,Z as in in 3d)
0 + Y - X * 0.5, 0 + Z - X * 0.5
made a 3d shape maker (quite confusing/complicated hwo to use) and soon ill post a demo of moving a 3d shape.
http://scratch.mit.edu/projects/Kiraza/2118013
I can make it a bit better.
Y - X / 2, Z - X / 2
It simplified it and used division to half it.
Offline
Kiraza wrote:
i have made the formula to convert X,Y,Z to X,Y for the Scratch:
(X,Y,Z as in in 3d)
0 + Y - X * 0.5, 0 + Z - X * 0.5
made a 3d shape maker (quite confusing/complicated hwo to use) and soon ill post a demo of moving a 3d shape.
http://scratch.mit.edu/projects/Kiraza/2118013
Yes, I saw it.
Offline
Scratchthatguys wrote:
Kiraza wrote:
i have made the formula to convert X,Y,Z to X,Y for the Scratch:
(X,Y,Z as in in 3d)
0 + Y - X * 0.5, 0 + Z - X * 0.5
made a 3d shape maker (quite confusing/complicated hwo to use) and soon ill post a demo of moving a 3d shape.
http://scratch.mit.edu/projects/Kiraza/2118013I can make it a bit better.
Y - X / 2, Z - X / 2
It simplified it and used division to half it.
That might work or not ?
Offline
Scratchthatguys wrote:
Kiraza wrote:
i have made the formula to convert X,Y,Z to X,Y for the Scratch:
(X,Y,Z as in in 3d)
0 + Y - X * 0.5, 0 + Z - X * 0.5
made a 3d shape maker (quite confusing/complicated hwo to use) and soon ill post a demo of moving a 3d shape.
http://scratch.mit.edu/projects/Kiraza/2118013I can make it a bit better.
Y - X / 2, Z - X / 2
It simplified it and used division to half it.
Actually you just made a mistake by dividing it by 2 because you have to times x by 0.5 first then take away
_________________________
B - Brackets
I - Indices/Powers
D - Divison
M - Multiplication
A - Addition
S - Subtraction
Offline
Scratchthatguys wrote:
Kiraza wrote:
i have made the formula to convert X,Y,Z to X,Y for the Scratch:
(X,Y,Z as in in 3d)
0 + Y - X * 0.5, 0 + Z - X * 0.5
made a 3d shape maker (quite confusing/complicated hwo to use) and soon ill post a demo of moving a 3d shape.
http://scratch.mit.edu/projects/Kiraza/2118013I can make it a bit better.
Y - X / 2, Z - X / 2
It simplified it and used division to half it.
WAIT YOU ARE CORRECT SORRY MY MISTAKE
Offline
cheddargirl wrote:
mattb777 wrote:
This topic seems to fit into the Requests forum better.
Not sure, maybe the OP wants to get help on creating the 3D game on Scratch? I think it's okay to leave in Collaborations for now.
If anything, it should go under "Project Ideas" since the topic creator doesn't have any concrete work yet, and afaik doesn't intend to collaborate with anyone on this.
Can't be bothered to look for examples of this, but I'm pretty sure 3D engines like this have been done before.
Offline
technoguyx wrote:
cheddargirl wrote:
mattb777 wrote:
This topic seems to fit into the Requests forum better.
Not sure, maybe the OP wants to get help on creating the 3D game on Scratch? I think it's okay to leave in Collaborations for now.
If anything, it should go under "Project Ideas" since the topic creator doesn't have any concrete work yet, and afaik doesn't intend to collaborate with anyone on this.
Can't be bothered to look for examples of this, but I'm pretty sure 3D engines like this have been done before.
O.o, whoa, talk about a huge necropostin' bump! And who's afaik?

Offline