|
|
Re: Are massive procedural terrains from mipmaps possible?
[Re: TerraSame]
#372547
06/02/11 06:34
06/02/11 06:34
|
Joined: Oct 2007
Posts: 5,211 İstanbul, Turkey
Quad
Senior Expert
|
Senior Expert
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
|
for basement thing, you can split your terrain into 4 parts and leave a hole there.
also i am guessing 3 can be achieced with a custom shader?
These limitations(rectangular,cannot be rotated, all vertices has same space between them) are the point of the terrain engine, by having these limitations, it can make a lot of assumptions instead of calculations which makes things a lot faster. If these limitataions were to be removed, they would not be much different than models and that would not make any sense then.
3333333333
|
|
|
Re: Are massive procedural terrains from mipmaps possible?
[Re: TerraSame]
#372558
06/02/11 10:29
06/02/11 10:29
|
Joined: May 2005
Posts: 2,713 Lübeck
Slin
Expert
|
Expert
Joined: May 2005
Posts: 2,713
Lübeck
|
1 and 2: I can´t think of a situation where this might be a problem? And if it is, you most probably don´t want to use terrain anyway. 3: Shaders are the way to go... 4: Be creative  I could imagine a terrain with some transparent parts in it and some regions disabling collision with the terrain. Shouldn´t be very hard. Edit: Some idea on the topic would be to use a big model moving with the player on a fixed grid based on the vertex distances with a higher vertex distribution at its center. One could then generate an heightmap on the fly based on the position and set the vertex heights within the vertex shader. The collision detection can be done manually with the heightmap image.
Last edited by Slin; 06/02/11 10:35.
|
|
|
Re: Are massive procedural terrains from mipmaps possible?
[Re: JibbSmart]
#372912
06/05/11 18:32
06/05/11 18:32
|
Joined: Oct 2009
Posts: 7
Sekse
OP
Newbie
|
OP
Newbie
Joined: Oct 2009
Posts: 7
|
yeah, of course when you use models, every shape is possible  they are not terrains they are just models that look like terrains, and do not use terrain engine. For sure, but at 4 posts Sekse there's plenty of room to believe he/she's quite new to this, and given there've been new users who simply want to know if it is possible to make a racing game, or a shooting game, or whatever, I didn't want Sekse to think it's impossible to use A8 to make a Super Mario Galaxy-like game. Jibb Lol I almost would take this as an insult. I am not a total n00b I just don't ask for help unless I have no choice (the whole I can figure it out on my own thing). I have been using 3DGS since A5 lol. Actually what I am trying to make is a very complex space flight sim with photo realistic graphics and motion simulator control (I have a purpose for this). So far it is actually coming along quite well, and I have to use A8 because of support for the netport IO module. That being said, I appreciate everyone's help, the infinite terrain idea, although not what I am looking for, may do in a pinch if it must. Just been running into problems trying to get the terrain for such a large scale to look good
|
|
|
|