Search found 7 matches

by soggie
Wed Sep 29, 2010 3:09 pm
Forum: Beginners Help
Topic: Isometric 2.5D Engine Journey - Help needed :(
Replies: 10
Views: 2130

Any tips on improving the sharpness of the texture? Try disabling filtering (bilinear/trilinear/anisotropic) and also mipmaps :) Well it did improved the sharpness of the ground textures, but at the cost of the model's texture. Is it possible to selectively enable mipmapping for specific scene node...
by soggie
Wed Sep 29, 2010 2:17 pm
Forum: Beginners Help
Topic: Isometric 2.5D Engine Journey - Help needed :(
Replies: 10
Views: 2130

Okay I was a little disappointed. :( I tried this first method: http://www.splinteredcore.com/concept_art/engine/2-5d-engine-design-01.png But got this results: http://www.splinteredcore.com/concept_art/engine/irrlicht-01.png Compared to my mockup here: http://www.splinteredcore.com/concept_art/engi...
by soggie
Wed Sep 29, 2010 11:14 am
Forum: Beginners Help
Topic: Isometric 2.5D Engine Journey - Help needed :(
Replies: 10
Views: 2130

You say props are in 2D and chars in 3D. It will be interesting to see how you handle the fact that a char can be standing behind, in front or partially behind and in front of a prop :) Right now I have a few ideas in mind. Not sure if they would work though. One of them involves a custom depth buf...
by soggie
Wed Sep 29, 2010 7:06 am
Forum: Beginners Help
Topic: Isometric 2.5D Engine Journey - Help needed :(
Replies: 10
Views: 2130

Lonesome Ducky wrote:I think this topic would get the attention it deserves in project announcements, rather than beginners help
Too bad I'm just a beginner here, and I think my discoveries would benefit beginners more than experienced developers. :oops:
by soggie
Wed Sep 29, 2010 4:44 am
Forum: Beginners Help
Topic: Isometric 2.5D Engine Journey - Help needed :(
Replies: 10
Views: 2130

reserved for in-engine screenshots
by soggie
Wed Sep 29, 2010 4:44 am
Forum: Beginners Help
Topic: Isometric 2.5D Engine Journey - Help needed :(
Replies: 10
Views: 2130

Milestone 01 The first milestone would be to display a basic isometric scene with the correct camera setup, grid helper, texture splatting and shader-enabled texture blending modes. Tasks: Set up Irrlicht [done] Set up skeleton application framework Set up camera control, lock to X and Y axis Set u...
by soggie
Wed Sep 29, 2010 4:42 am
Forum: Beginners Help
Topic: Isometric 2.5D Engine Journey - Help needed :(
Replies: 10
Views: 2130

Isometric 2.5D Engine Journey - Help needed :(

Okay this might sound crazy, but I'm going to build a 2.5D isometric engine using Irrlicht. Or at least try. The idea is this. I have ground tiles and environmental props rendered in 2D quads, while characters in 3D. The choice to use 3D for characters (e.g. Total Influence Online, FOnline, Temple o...