How to make an LOD Clipmap in Blender

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ม.ค. 2025

ความคิดเห็น • 12

  • @Lowwaels
    @Lowwaels 27 วันที่ผ่านมา +2

    just a hero for real

    • @gegamongy
      @gegamongy  27 วันที่ผ่านมา +1

      All in a day's work

  • @paulbunyangonewild7596
    @paulbunyangonewild7596 24 วันที่ผ่านมา +1

    me personally, what i did was made a super high resolution square, and the selected the middle vertex, used the proportional editing with the decimate mesh option in the edit mode menus

    • @gegamongy
      @gegamongy  24 วันที่ผ่านมา

      Interesting! Did you use this in a game engine?

  • @danialsoozani
    @danialsoozani 25 วันที่ผ่านมา +2

    thanks for the good video! you can do it radially and link it to your camera for example with geometry nodes. (distance to you object which makes it radial)

    • @gegamongy
      @gegamongy  25 วันที่ผ่านมา +1

      Thanks!!! I'll look into that - geometry nodes are still a bit esoteric to me, so we'll see how it goes!

    • @danialsoozani
      @danialsoozani 25 วันที่ผ่านมา +1

      @@gegamongy you're welcome! I can't remember when or where but I've downloaded a couple of nodes and set them as asset. one of hem is adaptive subdivision and I've tried it after your video.
      idk how to share them with you if you're interested (they are very complicated when you open them)

    • @gegamongy
      @gegamongy  25 วันที่ผ่านมา +1

      @danialsoozani I'm definitely interested! Not sure how to share geo node setups though 😭 but it's okay, for this project, the final clipmap i exported gets imported into Godot, and the clipmap mesh follows the player, sampling a heightmap at its world vertex coordinates. Makes it easy to have an LOD system for terrain without any fancy stitching or chunking (which is still very useful to implement, it just is a bit more work)

  • @HalldinDEV
    @HalldinDEV 27 วันที่ผ่านมา +2

    I watched the whole video and I aint even gonna lie I do NOT know what a clip map is💀

    • @gegamongy
      @gegamongy  27 วันที่ผ่านมา

      Oops I probably should've explained more!! Here's a good video by DitzyNinja'sGodojo about how to implement a clipmap in godot:
      th-cam.com/video/Hgv9iAdazKg/w-d-xo.htmlsi=mVnj6B-UEghpcPLf

    • @gegamongy
      @gegamongy  27 วันที่ผ่านมา

      But in short, if you have a game with a very large terrain, it can be helpful to have a square terrain mesh that follows around the player, and samples a heightmap at each vertex, and sets the height of the vertex to the terrain height. This method is useful for creating infinite terrain or very large terrain maps. I have a video coming soon about how I implemented it into my project, so I guess that's why I didn't talk about it. Hope this helps!!

    • @ElToboyo
      @ElToboyo 26 วันที่ผ่านมา

      ​@@gegamongy I guess it's what Minecraft shows as loading screen when creating a new world