Mountain Lake Forest | 3D Engine features showcase

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 23

  • @lanchanoinguyen2914
    @lanchanoinguyen2914 Рік тому +1

    This graphic should be equivalent to unreal engine 4.

  • @tobe259
    @tobe259 9 років тому +3

    Hi, really great work. Would you mind to share the resources you used to implement your tree LOD system? Like how did you create the low poly model from the detail one and how do you blend between them elegantly. And maybe even the way you create your trees. I would appreciate if you could provide some papers.

  • @divyanshusharma4474
    @divyanshusharma4474 3 роки тому

    OMG amazing

  • @nachocortizo3321
    @nachocortizo3321 8 років тому +1

    Really nice demo , would love to read a paper/blog about its creation! Well donde.

  • @randomdudeaufyt7018
    @randomdudeaufyt7018 3 роки тому +1

    Are you still reading comments ? And is there a download for this engine ?

  • @EMB3D
    @EMB3D 6 років тому

    this is top work, very very good

  • @oreonengine9444
    @oreonengine9444 7 років тому +3

    incredible man, just amazing!
    from where did you get the animated tree models?

  • @kevinatong-atonge4601
    @kevinatong-atonge4601 8 років тому

    this is beautiful

  • @ThisRandomUsername
    @ThisRandomUsername 6 років тому +2

    This has to be one of the best home made engines I've seen. Have you worked on it any more? With deferred rendering, could your parallax occlusion work with multiple light sources?

  • @pupsik905
    @pupsik905 2 роки тому +1

    Any sorce code?

  • @regalstal6740
    @regalstal6740 9 років тому

    this is really good.

  • @demasprojects
    @demasprojects 9 років тому

    good job, very nice!

  • @alex_zhak
    @alex_zhak 4 роки тому +1

    Looks rather similar to Unigine

  • @wunlee1845
    @wunlee1845 6 років тому

    Just wondering, what technique are you using for your clouds?

  • @michaelsilver6290
    @michaelsilver6290 8 років тому +1

    This is honestly amazing. It's much better than Outerra. Is there any research papers I can read on this topic? Thanks!

    • @creoxvision2470
      @creoxvision2470  8 років тому +8

      +Michael Silver Hi! Unfortunately, there is no research papers. But the idea behind tree LOD system is relatively simple - render meshes of branches (leaves, blades of grass) to textures, with all data - normals, roughness, etc; use that textures on far lods with simple branch geometry (2 to 20 triangles). At near distance render detail meshes of branches instead of simple. Choose what form to render per each branch, not per entire tree. All of it with instancing. Also detail branch must store data about simple form (pos, normal) and collapsing into that form at the far distance.
      All other features (terrain, far trees, PBR, HDR, deferred rendering, screen-space effects, etc.) are common for graphical engines, so nothing special

    • @michaelsilver6290
      @michaelsilver6290 8 років тому

      +CreoxVision, Thanks for the informative reply! I actually got a bit of headway on my own engine, so your advice will come in handy when I get to implementing trees and other foliage. I am currently working on terrain to work and am trying to figure out whether to use a hull shader for continuous level of detail (using the tesselator to add geometry and then displacing it using fractals) or having discrete LoD with a quadtree where I replace more detailed geometry with a less detailed version on the CPU. Anyway, thanks again for the help, I hope I can get something as realistic as yours.

  • @mypersonalvideos2786
    @mypersonalvideos2786 3 роки тому

    Any chance you make it open source ?

  • @BlackOps78321
    @BlackOps78321 8 років тому +4

    The problem with these are generally there are people who make good terrains but then they just do it as a sort of 'side-project' whilst the game developers who make content and such are just shitting in their pants doing unoptimized stuff all the time or adding preferential rendering. (example Arma) I think there's really a lot of potential for people like you and I who can render good terrains and apply good programming in C but it's sad that major games don't take notice of the potential of having large terrains like this and applying some sort of 'simple' goals or gameplay to it.

  • @HugoIetsGaming
    @HugoIetsGaming 8 років тому

    You did not make this yourself... No, you can't...