Jump to content
Xtreme .Net Talk

Recommended Posts

  • Administrators
Posted

If you are using an EoB style engine where everything is done as a grid with no inbetween steps and 90 degree turns then all scaling values will be fixed as will all other transformations.

Also depending on what technology you are using to draw to the screen this functionality may be provided for you.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted
Didn't we just skip backwards in the conversation here? Drawing the thousands of tiles required would certainly be time consuming, but I thought the whole point of that was to avoid the complexities of manipulating the images. Whilst it's true the camera angle being fixed is a big help, drawing the oddshaped tiles still wouldn't be easy using GDI (which i got the impression is what will be used). Especially as the brightness of the textures are also altered. Whilst its true you could probably achieve this effect using GDI, it will take a pretty capable programmer to achieve a decent effect.
Anybody looking for a graduate programmer (Midlands, England)?
  • Leaders
Posted
If we are using DirectX, there is no problem using a single texture. On the other hand, GDI+ can scale, skew, and rotate images. It can not perform the distortions necessary to create the effect of a perspective. Besides, doing it the pre-rendered way is old school, and cool, and stuff. It's got more EOB spirit.
[sIGPIC]e[/sIGPIC]
Posted (edited)

Ok the EOB engine is on the works... I will make both GDI+ and DirectX versions...

 

Hopefully, I will finish the GDI+ version this weekend...

Edited by EFileTahi-A

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...