Mobile app version of vmapp.org
Login or Join
Candy945

: How do I depict a ramp from a top down 2D perspective? I'm writing an android app and can't figure out how to display a ramp (could be a bump, like a speed bump, but preferably a ramp)

@Candy945

Posted in: #Perspective

I'm writing an android app and can't figure out how to display a ramp (could be a bump, like a speed bump, but preferably a ramp) from a top down 2d vie

10.03% popularity Vote Up Vote Down


Login to follow query

More posts by @Candy945

3 Comments

Sorted by latest first Latest Oldest Best

 

@Angela777

Roberto's image is good enough, but what I feel would add to the effect is if you use trapezoids instead of rectangles, with the wider end signifying the end which is 'up'. I guess that would complete the effect satisfactorily.

10% popularity Vote Up Vote Down


 

@Samaraweera207

I would consider just skewing the ramp 1 or 2 degrees and giving it a little dropshadow. It may not be real, but it gives the illusion of depth.

Key is that your global illumination stays the same. This means that you let shadows cast the same way and that your light source is directed the same way. Otherwise it feels out of place

Here is a simple example. The rest is up to you :)

Edit: I added a trapezoid version to show you how that would look. Great tip from Abhranil Das, I overlooked the perspective in that part. It's just a slight enhgancement but it works very well!

10% popularity Vote Up Vote Down


 

@LarsenBagley460

I'm no graphic designer, but have you thought about using gradients? For example:


This could be your standard ramp.


This could be your speed bump.

Obviously, they'd have to look a little nicer than this. :P

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme