The Forgotten Sword

A forum where you can announce your awesome project(s).

Moderator: MaxCoderz Staff

Post Reply
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

Thanks! :D I cant make a video in FRAPS sorry! My CPU cant handle running the game and FRAPS... It kills my CPU. :P But if your computer is like state of the art your willing to try if you want to be a official tester...

I have a 2.6 GHZ processor. I didnt try FRAPS in anything else but my game. So it might be the way I coded my engine.

-Toaster
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
User avatar
Super Speler
Regular Member
Posts: 113
Joined: Fri 09 Feb, 2007 2:20 am
Location: Alpha Centuri

Post by Super Speler »

That's insane... I thought it was an actual photo 8).
User avatar
Jim e
Calc King
Posts: 2457
Joined: Sun 26 Dec, 2004 5:27 am
Location: SXIOPO = Infinite lives for both players
Contact:

Post by Jim e »

Toaster wrote:Hey everyone I just bump mapped some mud I hope you guys like how it looks... :)

http://i61.photobucket.com/albums/h50/T ... bumped.jpg

-Toaster
That looks like crap. :yes: :lol:


Nice seeing you again Toast.
Image
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

Super Speler: Thanks!

Jim E: hahaha yeah I guess so if your comparing it to crysis. :P Nice to see you around as well. :wink:
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

Post by King Harold »

On the other side: it's mud! if it looks like crap then it's looking exactly right :)
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

Thanks!

I've bumpped another object.
Image

It's not looking too bumped but it's the best I can do with it. I might have to lower the texture brightness to get a better bumped effect. Right now you can barely tell it's bumpped I had to move the light so you can better see where it's bumped at.

Edit: FOUR MORE DAYS TILL CRYSIS DEMO!!

-Toaster
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
User avatar
Super Speler
Regular Member
Posts: 113
Joined: Fri 09 Feb, 2007 2:20 am
Location: Alpha Centuri

Post by Super Speler »

That one looks too smooth for some reason, is it possible to make it more rough?
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

Yeah I can increase the roughness in photoshop I think. I'll just have to overlay the bumpmap image with a filter...

-Toaster
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
Liazon
Calc Guru
Posts: 962
Joined: Thu 27 Oct, 2005 8:28 pm

Post by Liazon »

the details are intricate, but like Super Speler said, it's a bit smooth. The grain is generally raised and lowered at the edges.

much better than anything I could do for sure :)
Image Image Image
User avatar
Halifax
Sir Posts-A-Lot
Posts: 225
Joined: Mon 01 Jan, 2007 10:39 am
Location: Pennsylvania, US

Post by Halifax »

Wow I love those.

Normal mapping is a bit of a better algorithm to me though, but if you really want the good stuff then I would go with Parallax mapping. Although really I would stick with Normal mapping. That is what Crysis and Unreal Engine 3 uses for characters and objects.

Also you might want to look into getting yourself a normal map generator. You just stick in a high poly mesh, and a low poly mesh with UV map coords, and viola you have a low poly mesh looking like the high poly one.

There are a lot of free ones around if you would want to go that path instead.


Hey also it would be really cool if you worked with the Irrlicht Engine. You appear to be very good at 3D programming, and some of the additions you are making to your own engine would be very cool with the Irrlicht Engine also. Just a suggestion, take it as a grain of salt.
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

Liazon: Yeah I know it does look too smooth if I use that texture I will make it rougher looking. :)

Halifax: Thanks! Normal mapping is a bit too much for the language I am using as it's still using directX 7. :P I've been using it for around two years now so I am fairly goood programmer with it. I've looked at Irrlicht Engine and since I only know a bit of C and C++. I dont feel like learning a whole new language over again but thanks for the suggestion. I really wish two years ago when I was looking for around I would of chosen irrlicht engine :P I think they had it back then.. :roll:

3 Days, 11 hours, and 28 minutes!! till crysis demo!! :twisted:

-Toaster
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

All looks good :D
Halifax wrote:Normal mapping is a bit of a better algorithm to me though, but if you really want the good stuff then I would go with Parallax mapping.
I prefer displacement mapping, though parallax mapping is a pretty easy hack to get good results from a conventional bump-map.
toaster wrote:Normal mapping is a bit too much for the language I am using as it's still using directX 7.
Wow! People still use D3D7? I'd really recommend at least taking a look at the programmable pipeline (Direct3D 9), especially as the fixed-function pipeline is being dropped completely in Direct3D 10. It's very easy to work with thanks to the effects framework, and HLSL is pretty quick to pick up. :)
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

Post by King Harold »

Wow I didn't know you could bump-map without shaders! (But then, I never really needed to.. D3D9 is the oldest I've worked with anyway)
Toaster
Extreme Poster
Posts: 322
Joined: Tue 15 Feb, 2005 12:08 am
Location: Lost in a land of mysteries.....

Post by Toaster »

Ben: Hey man good too see you! :D Yeah directX 7 is still pretty powerful you'd be surprised at what people have done with it. Do you have any links for this pipeline? I am kinda interested as long as its' free.. :roll: I did a google search but I got like 50 differant books all costing around 50 bucks. :P Seriously they over charge for programming books these days. I was in Barnes&Nobles the other day looking at programming books $100 $150 I even saw one for $250. :shock: Anyways if you know of any good links to get started that would be sweet. :lol:

King Harold: Yeah you can bumpmap with out shaders theres a little trick to doing..

2 days 18 hours till crysis demo comes out!

-Toaster
Join me at:
http://nanotech.pcriot.com
or
http://emancipal.co.nr

Coming soon..
Rewrite 3D Level Editor - 55% done!!
Emancipal - The Creator 5% done
King Harold
Calc King
Posts: 1513
Joined: Sat 05 Aug, 2006 7:22 am

Post by King Harold »

Maybe Riemer's tutorials: http://www.riemers.net/
Aside from XNA there is also a DirectX part (for C++, C# and VB)

even though this is about DirectX 9 in general, it also says something about the pipeline

hope it helps, otherwise, would googling "hlsl" help any?
http://www.google.com/search?q=hlsl
Post Reply