Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
2D Art

Isometric Art for Game Characters

bimbinikris
Tuesday, May 10, 2016 - 21:10

Hi everyone, I am developing a game and also designing characters. I am having trouble designing 2.5D or isometric however, and i needed some help. I tried using isometric patterns from different games but I cant seem to measure the proper height. I am also planning to animate them smoothly like the animation of the characters in game of dice. They kinda moving with different parts of limbs and i find it cool. Any idea how to implement it?

Attachments: 
Preview
sample.png sample.png 1.4 Mb [16 download(s)]
  • Log in or register to post comments
Varkalandar
joined 11 years 5 months ago
Wednesday, May 11, 2016 - 03:56
Varkalandar's picture

Many, particularly the older isometric games use pre-rendered art (or drawn), so that there are sprite sheets with the animation phases. Basically you draw or render each character in all the required poses and directions, and then just draw the correct frame on screen at a given time.

This is easy to code but ends up with fairly lareg sprite sheets.

The correct height depends on the viewing angle. Usually I don't dive into the math for that though, but chose a height that looks good, e.g. shows nice proportions.

if you have example screen like the one shown, you also have examples of good character proportions and can use them as templates for your own art.

If you are into 3D modelling, many tools like Blender or PovRay offer an orthographic camera, which you can use to render isometric views. This is the approach that I used most in the recent years.

  • Log in or register to post comments
bimbinikris
joined 9 years 3 months ago
Friday, May 20, 2016 - 04:04

Strongly agree with you man. Thank you very much for your opinion and also awesome tool suggestions! I'll try them now and see what I can do with it.

  • Log in or register to post comments