Hi!
I just downloaded the Sandbox enginge, and started to know it.
But before i got deeply involved, i'd have some question:
Is it possible to achieve a isometric view, maintaining the 3D world?
I'd like to get something similar to Diablo 2.
I know Diablo 2 is 2D.
My goal is to achieve a similar view with 3D models, and all of the features of 3D.
Thanks.
Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
Is possible to achieve isometric view?
- Runescapedj
- Member
- Posts: 1706
- Joined: January 9th, 2010, 9:06 am
- Name: Michiel
- IRC Username: Sandboxdj
- Location: Deventer, the Netherlands
Re: Is possible to achieve isometric view?
So, you want 2 change the view of the camera?
Is that your question?
Is that your question?
-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Is possible to achieve isometric view?
Ah, interesting question. I suppose it would be possible if you found the right source code to edit 


Want a user bar like this one? PM Leo!
- Runescapedj
- Member
- Posts: 1706
- Joined: January 9th, 2010, 9:06 am
- Name: Michiel
- IRC Username: Sandboxdj
- Location: Deventer, the Netherlands
Re: Is possible to achieve isometric view?
yeah, but that's also the hardest thing I think (if you're cood in coding)
-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Is possible to achieve isometric view?
Exactly. I wouldn't know the first thing about making it isometric in Cubescript, but if you carefully edited the source code it might work. But I don't know C++ so...

Want a user bar like this one? PM Leo!
- GR1M
- Support Team
- Posts: 1305
- Joined: August 22nd, 2009, 4:35 pm
- Name: Luke
- IRC Username: Gr1m
- Location: Texas
- Contact:
Re: Is possible to achieve isometric view?
Well the side scroller changed the camera direction dramatically so you know it's possible.

Want a user bar like this one? PM Leo
Re: Is possible to achieve isometric view?
Practicaly yeah.Runescapedj wrote:So, you want 2 change the view of the camera?
Is that your question?

But other than that, i would still needed the projected coordinates of the cursor.
I think, it would be possible, although i didn't saw the code yet.
- GR1M
- Support Team
- Posts: 1305
- Joined: August 22nd, 2009, 4:35 pm
- Name: Luke
- IRC Username: Gr1m
- Location: Texas
- Contact:
Re: Is possible to achieve isometric view?
I'm not 100% sure but i think you can accomplish this with scripting? I don't think you need to mess with the "Source Code"

Want a user bar like this one? PM Leo
-
- Support Team
- Posts: 2734
- Joined: January 13th, 2010, 12:42 pm
- Name: Timothy
- IRC Username: I use Steam
- Location: Looking over your shoulder...
- Contact:
Re: Is possible to achieve isometric view?
lol Have fun doing that in CS 


Want a user bar like this one? PM Leo!
Re: Is possible to achieve isometric view?
Actualy i rather mess with the code, since C++ is more familiar to me than a first saw script language.GR1M wrote:I'm not 100% sure but i think you can accomplish this with scripting? I don't think you need to mess with the "Source Code"
