Pixelation

General => General Discussion => Topic started by: JetSetRadioo on May 24, 2021, 10:13:06 pm

Title: Perspective in top-down pixel art?
Post by: JetSetRadioo on May 24, 2021, 10:13:06 pm
I still don't really get this one:

https://www.deviantart.com/cyangmou/art/Pixel-Gameart-101-687177800

What I figured out so far is that the height of my circles are half of the width. But let's say I have to make a tree how do I know how big the top part is and how big the front is?

Because let's say the tree stump in the tutorial is taller and the hole stays the same size then the ratio is lost, right? So on what ratio do you base the sizes on? So how would you edit the ratio for it to make sense with a taller trunk (front), but same hole size (top down)?

Also according to my circle ratio I should make grass that is more top-down than frontal, but frontal grass just looks so much better...
Title: Re: Perspective in top-down pixel art?
Post by: bengo on May 24, 2021, 10:37:46 pm
There is an answer to your question but it's a bit complicated (or at least, not sure how to explain it simply). Ultimately you kind of sort of "guesstimate" it but what helps greatly is a knowledge of perspective and being able to draw good basic forms (cubes, cylinders, etc.) in perspective. I will explain a bit here but I recommend looking into Drawabox (https://drawabox.com) and a Youtube channel called ModernDayJames (https://www.youtube.com/channel/UCI8GDFj5BQCQrSHITFebzkA).

In perspective there is a horizon (that's the center of your eye level, typically where ground and sky meet) and there are vanishing points, these are points that lines converge to on their respective XYZ axis, usually on this horizon (though sometimes they are not but that's getting into 3+ point perspective) as a plane or ellipse gets close to the horizon line the flatter it will be (the horizon line itself being where it's flattest) and the further away it gets the more of that plane you will see:
(http://2.bp.blogspot.com/_CKHEK3fLVDo/TJQ7L9uQzJI/AAAAAAAABkw/ENWjCdkOIGQ/w1200-h630-p-k-no-nu/2-pt-perspective.jpg)

With pixel art, because of the typically limited size, it's very difficult to portray exactly what you'd do in a drawing or painting (you have literally less room to explain visual information) but the principle is still the same. Essentially you're trying to give a feeling of form. Isometric perspective for instance isn't actually "true" perspective: none of the lines converge to a vanishing point they are parallel but you still get a sense of form.

I once again recommend checking out those resources above. It's not a one-day thing, it will take months to years to get it down (I'm still getting it down) but good perspective helps with your art immensely.
Title: Re: Perspective in top-down pixel art?
Post by: fskn on May 24, 2021, 11:01:43 pm
I still don't really get this one:

https://www.deviantart.com/cyangmou/art/Pixel-Gameart-101-687177800

What I figured out so far is that the height of my circles are half of the width. But let's say I have to make a tree how do I know how big the top part is and how big the front is?

Because let's say the tree stump in the tutorial is taller and the hole stays the same size then the ratio is lost, right? So on what ratio do you base the sizes on? So how would you edit the ratio for it to make sense with a taller trunk (front), but same hole size (top down)?

Also according to my circle ratio I should make grass that is more top-down than frontal, but frontal grass just looks so much better...

You should be working with cubes, basically. Which is what Cyangmou put there to illustrate and to give a reference.
Being isometric, every width is the same, every height is the same... He did use some perspective there, though (1-point persp), which doesn't make much sense to me, because your other assets would seem inconsistent when you placed them side by side. They would each point to a different, erhm, point in the horizon.
If you're not working with tiled assets, though, and are just making a "scene", then you would make every asset follow the established perspective, its VP(s), horizon line, viewer angle, etc.

Actually, fuggedabout that. Draw a grid and pull lines up from it. If you need to find the center of a "square" draw an "X" connecting its vertices diagonally.
A circle should touch the middle point of each edge of a square, and if it's in perspective, then use the "X" trick to find those middle points.
I'm pretty sure drawabox will show you how to do this, so you should check that.

The size of a square on a grid is unimportant if you're not working with tiled assets. But if you say it's "1 meter" in length, then you all of your assets would be based on that measurement.

You may want to stylize, though, and make assets that are, say, chunkier, more chibi-like, so proportions wouldn't work the same as in real life. But you would still have "your meter" to work with.

As for the grass looking better in frontal, than in top-down perspective... Well, that's for you to decide. If you use frontal view it will look inconsistent with the rest of the assets, but not necessarily bad.

Does that answer that question?

Just in case it doesn't here goes a TL;DR:
Make a grid using the perspective you want. Practice drawing simple forms in it. Cubes, Spheres, Cylinders, Cones. Then base your assets on those forms.
Title: Re: Perspective in top-down pixel art?
Post by: JetSetRadioo on May 26, 2021, 01:34:59 pm
Ah thanks! Yeah I know how to draw 1,2 and 3 point perspective. But with pixel art I feel like sometimes there are these unspoken 'rules' on how to be consistent and I start to doubt myself. But I will try to keep everything you said in the back of mind when drawing. Thanks!
Title: Re: Perspective in top-down pixel art?
Post by: bengo on May 28, 2021, 12:46:00 am
Yeah I know how to draw 1,2 and 3 point perspective.
I'm curious to see your perspective drawings if this is true.