I am creating my own game by using scratch in school now.
I want to make an interesting game.
And I have an idea that the game to be created in 3D.
Does someone know how to create the character in 3D?
from Mojany
Offline
Scratch isn't really made for 3d but there are a few ways that might work:
have a diferent costume for every angle that you might see the character from.
Have a variable called z and shrink the charcter and move then towards the center if z decreases and enlarge and move away from the center if z increases.
I heard of a 3d mod called sky but I don't know if it's finished.
Offline
Scratch doesn't support 3D graphics, though you can give the illusion of 3D in various ways. Try using the size block, as explained in the post above, with a variable that changes when the player presses certain keys.
You could also try creating the costumes for the characters and assets using a 3D modeling program such as Blender. Might take some effort to pull off right.
Offline
Scratch doesn't really support 3-D, but you could go with the things mentioned above (Multiple costumes at different angles, use a variable, or use layer stamping.).
Offline
technoguyx wrote:
Scratch doesn't support 3D graphics, though you can give the illusion of 3D in various ways. Try using the size block, as explained in the post above, with a variable that changes when the player presses certain keys.
You could also try creating the costumes for the characters and assets using a 3D modeling program such as Blender. Might take some effort to pull off right.
And also Garry's Mod, but it's not free, and you need Steam and Valve games.
Offline