|
Re: Is it possible (wise) to create....
[Re: ulillillia]
#86664
08/19/06 19:10
08/19/06 19:10
|
Joined: Aug 2006
Posts: 11 The Netherlands
DeKardinaal
OP
Newbie
|
OP
Newbie
Joined: Aug 2006
Posts: 11
The Netherlands
|
Hmmmm I'll do that benchmark test. Funny thing is that I am working on my laptop for the moment, but the actual work I will do on my pc because it has lots more power. I just like sitting in the livingroom more  As you have seen I also opened a topic about my terrain being to bright, but according to what you guys told me about dynamic lighting, do I make the right conclusion when I say that a terrain file is also only affected by dynamic light? (Maybe I set the range at a too large number?) Thanks again!!!
|
|
|
Re: Is it possible (wise) to create....
[Re: DeKardinaal]
#86665
08/19/06 19:28
08/19/06 19:28
|
Joined: Feb 2003
Posts: 6,818 Minot, North Dakota, USA
ulillillia
Senior Expert
|
Senior Expert
Joined: Feb 2003
Posts: 6,818
Minot, North Dakota, USA
|
As to your terrain, try playing around with the entity's ambient color. The benchmark tester works on any type of computer, at least that can run DirectX 9.0c and can process 3D.
"You level up the fastest and easiest if you do things at your own level and no higher or lower" - useful tip
My 2D game - release on Jun 13th; My tutorials
|
|
|
Re: Is it possible (wise) to create....
[Re: TWO]
#86667
08/20/06 08:54
08/20/06 08:54
|
Joined: Feb 2003
Posts: 6,818 Minot, North Dakota, USA
ulillillia
Senior Expert
|
Senior Expert
Joined: Feb 2003
Posts: 6,818
Minot, North Dakota, USA
|
HMP terrains have some pros and cons that MDL terrains don't have, but MDL terrains have pros and cons that HMP terrains don't have.
HMP terrains use a grid system and must always be a full square or rectangle. This means having terrains be rendered beneath buildings and in unseen areas slowing the rendering process. MDL terrains don't have this limitation and can render faster in this case.
MDL terrains don't use the grid shape and thus have freedom of shape. This means being able to create overhanging/vertical cliffs, tunnels, and other such paths otherwise impossible with terrains. Plus, when you have large, flat areas or areas where the slope doesn't change for extended time, HMP terrains require adding additional vertices and polygons that could otherwise be removed using fewer polygons for faster rendering.
HMP terrains only use a top view and the UV map cannot be modified at all, except only the texture and texture size. MDL terrains don't have these limitations and are thus more flexible.
The only two downsides to MDL terrains is that they don't allow for chunking like HMP terrains in 6.4x and later. They can render more slowly if they do not use fewer than 30% of the polygons and vertices than the HMP terrains (I found this out from doing experiments). The other disadvantage, even bigger, is that they can take 3 to 5 times longer to make, but there are tricks to speeding it up.
Overall, MDL terrains have more advantages. Use them if you need these advantages, can reduce the polygon and vertex count by at least 30%, and/or don't mind spending a lot of extra time to make one.
"You level up the fastest and easiest if you do things at your own level and no higher or lower" - useful tip
My 2D game - release on Jun 13th; My tutorials
|
|
|
Re: Is it possible (wise) to create....
[Re: TWO]
#86669
08/20/06 10:48
08/20/06 10:48
|
Joined: Aug 2006
Posts: 11 The Netherlands
DeKardinaal
OP
Newbie
|
OP
Newbie
Joined: Aug 2006
Posts: 11
The Netherlands
|
I think in my case, since I bought GameSpace it shouldn't be that difficult because of all the options I have there. Damn, the feeling of just experimenting around and seeing things grow bigger (and nicer  ) as I work is really awesome. Of course it cannot compete with you guys, but the feeling is really great. So, I have been digging around, but I cannot find a real answer on how to overcome the lighting problem for models. Since you guys told me that it is only possible to place 8 dynamic lights. How do I 'cheat' this rule?
|
|
|
Re: Is it possible (wise) to create....
[Re: TWO]
#86673
08/20/06 13:25
08/20/06 13:25
|
Joined: Feb 2003
Posts: 6,818 Minot, North Dakota, USA
ulillillia
Senior Expert
|
Senior Expert
Joined: Feb 2003
Posts: 6,818
Minot, North Dakota, USA
|
You can have 15,000 dynamic lights, but only 8 of which can be on at any given time. A new light management system, in the forecast, will allow for you to work around this limit. Shaders are only available in the COM and PRO editions, not the two lowest ones.
"You level up the fastest and easiest if you do things at your own level and no higher or lower" - useful tip
My 2D game - release on Jun 13th; My tutorials
|
|
|
|