Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Author Topic: Fractal everything ?  (Read 5214 times)

planetsim

  • Jr. Member
  • *
  • Posts: 38
  • newbie
Fractal everything ?
« on: May 28, 2014, 02:01:45 pm »

Hats off to you guys for the awesome engine. Cant wait for the future :)

I am not sure this will make much sense, but I was wondering, since the terrain is already done through fractal algorithms that tessellates it, why not do the same for trees and grass or other objects. Like the metal bodies of the vehicles for example ? Otherwise trees branches or barks appear too smooth. Maybe also make the textures more dense procedurally so they do not appear stretched on rocks ?
Logged

John514

  • Hero Member
  • *****
  • Posts: 543
  • Certified TARDIS driver.
Re: Fractal everything ?
« Reply #1 on: May 28, 2014, 02:06:31 pm »

Welcome to the forums!
Tessellating all these things would be terrible for the performance. You can get away with some normal mapping instead! :D
Logged
You mustn't be afraid to dream a little bigger, darling

Note: I do not claim to know everything.
I just like to help people around the forum.

planetsim

  • Jr. Member
  • *
  • Posts: 38
  • newbie
Re: Fractal everything ?
« Reply #2 on: May 28, 2014, 02:12:18 pm »

Yeah I agree with that. There was this for increasing realism of trees in GPU Gems 3 : http://http.developer.nvidia.com/GPUGems3/gpugems3_ch04.html
Logged

John514

  • Hero Member
  • *****
  • Posts: 543
  • Certified TARDIS driver.
Re: Fractal everything ?
« Reply #3 on: May 28, 2014, 02:14:38 pm »

Interesting.........
Logged
You mustn't be afraid to dream a little bigger, darling

Note: I do not claim to know everything.
I just like to help people around the forum.

planetsim

  • Jr. Member
  • *
  • Posts: 38
  • newbie
Re: Fractal everything ?
« Reply #4 on: May 28, 2014, 02:43:02 pm »

I think maybe parts of meshes could be marked for 'fractaling' like that huge stone ledge in the ME mod of Minas Tirith: http://www.image-share.com/ijpg-2420-16.html

Or the vertical walls of the various rings.

« Last Edit: May 28, 2014, 02:45:51 pm by planetsim »
Logged

John514

  • Hero Member
  • *****
  • Posts: 543
  • Certified TARDIS driver.
Re: Fractal everything ?
« Reply #5 on: May 28, 2014, 02:45:30 pm »

Yes, Minas Tirith was bothering me as well, since the rock does not have the detail the rest of the scenery does.
I think we`ll have to wait for a cave system, to actually be able to apply such effects into vertical surfaces.
Logged
You mustn't be afraid to dream a little bigger, darling

Note: I do not claim to know everything.
I just like to help people around the forum.

planetsim

  • Jr. Member
  • *
  • Posts: 38
  • newbie
Re: Fractal everything ?
« Reply #6 on: May 28, 2014, 03:21:16 pm »

Ok, does the engine support normal maps(specifically parallax mapping) and displacement maps for custom models ? That should still allow for considerable detail even up close.
Logged

John514

  • Hero Member
  • *****
  • Posts: 543
  • Certified TARDIS driver.
Re: Fractal everything ?
« Reply #7 on: May 28, 2014, 03:23:18 pm »

It does support both normal and specular maps.
Logged
You mustn't be afraid to dream a little bigger, darling

Note: I do not claim to know everything.
I just like to help people around the forum.

John514

  • Hero Member
  • *****
  • Posts: 543
  • Certified TARDIS driver.
Re: Fractal everything ?
« Reply #8 on: June 02, 2014, 04:44:32 am »

Cameni, is it posible to use a mesh to create a heightmap for Outerra? For example, the central "cliff" in Minas Tirith could be made by using the excellent 3D model of Minas Tirith we have.
Logged
You mustn't be afraid to dream a little bigger, darling

Note: I do not claim to know everything.
I just like to help people around the forum.

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Re: Fractal everything ?
« Reply #9 on: June 02, 2014, 06:10:59 am »

Not yet, that's something that vector and mesh overlays are supposed to do in the future.
Logged

planetsim

  • Jr. Member
  • *
  • Posts: 38
  • newbie
Re: Fractal everything ?
« Reply #10 on: June 02, 2014, 06:51:00 am »

If displacement maps are supported that could help also. Displacement maps are 2D textures where the color is used to decide the actual displacement of a vertex in screen space(I think, not sure) This combined with tessellation can give true 'roughness' to a mesh without having to send millions of vertices for the cliff to the GPU and look correct in silhouttes
Logged