Martin P. Posted February 14, 2017 Share Posted February 14, 2017 (edited) Hi, I recently started a little project of mine. I wanted to make an isometric project, not sure where I'm specifically going, but we'll see, probably more to the Fallout style. Anyway, I also stumbled upon the post: Well, first of all. I've currently made so that I only have to take a single flat texture and it will automically shift the pixels to match an isometric wall's mask, so - less textures and less tinkering around them, yay... BUT it's in 2D right now, so nothing hardcore here... Now, the problem that I stumbled upon that I can't figure out is - How exactly PZ draws these 3d walls? Well, technically speaking, if I were to use 3D, but make the projection Orthographic, I'd get a topdown view, but that also would mean that I couldn't just use wall planes, because they would be invisible, meanwhile using floor planes would just draw a rectangle on a screen. Maybe I can actually make a transformed floor plane/vector (romb, paralelogram), assign a texture to it and set depth relative to "-y" coordinate? Basically, it would be identical to as just placing sprites on top of each other in a 2d view, but in this case, it would be done with actual 3d objects and 3d draw ordering (z-buffer), I guess... What are your thoughts, any ideas? What would be the best way to accomplish a 2d Isometric game, like PZ, Shadowrun Return, Fallout? Thanks regardless, E.P. Martin Edited February 14, 2017 by HawK3yLV Link to comment Share on other sites More sharing options...
nasKo Posted February 14, 2017 Share Posted February 14, 2017 5 hours ago, Martin P. said: How exactly PZ draws these 3d walls? We *burp* don't. We just don't, M-Morty. The 3D walls never had to be implemented because of optimisations elsewhere. If my memory serves me right, the peeps from ustwo (Monument Valley devs) speak about how they made their game (isometric 3D) in here: hunger john and Martin P. 2 Link to comment Share on other sites More sharing options...
EnigmaGrey Posted February 14, 2017 Share Posted February 14, 2017 26 minutes ago, nasKo said: We *burp* don't. We just don't, M-Morty. The 3D walls never had to be implemented because of optimisations elsewhere. You're just mocking my frequent typos at this point. hunger john and nasKo 2 Link to comment Share on other sites More sharing options...
Martin P. Posted February 15, 2017 Author Share Posted February 15, 2017 Haha, ok thanks. I just wanted to know the best approach for an isometric game. Btw, Rick & Morty rocks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now