Look, when I use Notepad all the time, what else could really help? I'm practicality doing it in my head. People say 3d is hard. For me it is easy as long as I can find a plane everything functions on. Right now, in fact, I am coming up with how to make certain things "float". With only my brain as an editor. So, other than something to help when I get "stuck", what could provide me with a usefull improvement?
First of all, how poetic of you. I guess you don't realise it's common human behaviour to evaluate topics before continuing with them.
We
all look for a solution in our mind before we program it.
With that said, this is not a tool that's supposed to help you program without programming. This is a tool you program in.
People say 3d is hard. For me it is easy as long as I can find a plane everything functions on.
3D is relatively easy given the tools you want. GameMaker does not have 3D vectors built-in, which makes it difficult.
C# and Java both have the very pleasing
Vector3 class (or
Vec3 in Java, I believe).
Right now, in fact, I am coming up with how to make certain things "float".
Really? All you have to do is alter the y-axis to move things up and down in 3D space.