Page 2 of 2
Re: [School Project] Rendering Engine
Posted: Mon Apr 04, 2011 3:33 pm
by Boogy
pritam wrote:That was quick
I was just asking 'couse the terrain looked blocky, but now that I think about it the triangle placement shouldn't matter that much, however I think it would look smoother if the height of each vertex were calculated as bilinear (which I'm guessing it's not and that the height map's dimensions are smaller than the terrain's).
This might help
wiki.
It seems easy to implement but I can't speak from specific experience here.
Triangle placement in a pattern like this:
Would make it more well rounded, but probably doesn't have the same impact as the bilinear thing.
Thanks for the tip
I will look into it.
Today I finished the animation system and I can now do MD5 animation
I also implemented shadow volumes, although this isn't requirement it gives more realism to the scene.
Re: [School Project] Rendering Engine
Posted: Wed Apr 06, 2011 5:42 am
by Boogy
Re: [School Project] Rendering Engine
Posted: Wed Apr 06, 2011 8:24 am
by eatcomics
Loving this thread. I'm working on a 3D engine prototype and this is some good motivation :D
Re: [School Project] Rendering Engine
Posted: Mon Apr 11, 2011 3:07 am
by Boogy
Today the assignment is due.
I have all the basic requirements and a couple of extra's
You can download it
here.
There is no animation blending
as I didn't had enough time to do some proper research on it
Re: [School Project] Rendering Engine
Posted: Mon Apr 11, 2011 1:16 pm
by bnpph
It says I need d3dx9_43.dll - could you provide it?
Also, no source?
Re: [School Project] Rendering Engine
Posted: Mon Apr 11, 2011 2:19 pm
by Boogy
bnpph wrote:It says I need d3dx9_43.dll - could you provide it?
Also, no source?
I think you need to install the latest DirectX version.
And I will not publish the source, yet....
I am working on my portfolio website and maybe I will put some source code up there.
Re: [School Project] Rendering Engine
Posted: Mon Apr 11, 2011 2:41 pm
by GroundUpEngine
Looking better!
Re: [School Project] Rendering Engine
Posted: Mon Apr 11, 2011 2:50 pm
by thejahooli
This makes me want to dabble a bit more in 3D.