Sticky cubes, an alternative to marching cubes

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

КОМЕНТАРІ • 144

  • @rednicstone3299
    @rednicstone3299 Рік тому +221

    I've seen something very similar in the game Cube from 2001 (and its later successor Cube 2: Sauerbraten from 2005). In that engine each vertex (as opposed to face) is edited at a time, allowing for very interesting and complex structures (But it can reproduce every shape that 'Sticky Cubes' can). Its also using octrees for very fast greedy meshing and a tiny (1m/512) voxel size.

    • @Kosro
      @Kosro Рік тому +6

      Thanks for the nostalgia trip ;)

    • @havenkeeper6400
      @havenkeeper6400 Рік тому +2

      Sauerbraten and Marble arena were a couple of my favorite games when I was little.

    • @clonkex
      @clonkex Рік тому +2

      Man I LOVE those games. My siblings and I still play Sauerbraten every now and then and we still have a heap of old maps we created in multiplayer.

  • @doltBmB
    @doltBmB Рік тому +56

    It may be worth mixing blocks which are "soft" like this, with blocks which are "hard" like in a traditional building game. So bricks and wood and other refined materials work like normal, but soft blocks on the terrain or in the trees work like this.

    • @Legit_SuperFall
      @Legit_SuperFall Рік тому +3

      sort of how 7 days to die does it

    • @Wyi-the-rogue
      @Wyi-the-rogue 11 місяців тому

      Roblox

    • @dallazz5617
      @dallazz5617 11 місяців тому +2

      Space engineers

    • @juansolo1617
      @juansolo1617 9 місяців тому +1

      @@Legit_SuperFall 7 Days to Die uses smoothed marching cubes, but only for terrain. It uses assets for building components and trees. When you "damage" a building block it doesn't change shape because it's a solid model asset. It may have changing textures or "stages" of decomposition, like the doors, where they have multiple stages of holes being broken into them. It just replaces the model with another model for each stage.

    • @Legit_SuperFall
      @Legit_SuperFall 9 місяців тому

      @@juansolo1617 yes i know, its v interesting
      However, i want smooth edges aswell

  • @jdigi78
    @jdigi78 Рік тому +111

    You could add special "air" blocks that don't collide with things but still deform the geometry. That way you can have sharp edges where you want them and still smooth the other sides of the block. A way to restore the block for fine editing would be nice as well.

    • @longiusaescius2537
      @longiusaescius2537 Рік тому

      Maybe

    • @JustAnotherAlchemist
      @JustAnotherAlchemist Рік тому +3

      I was also thinking about an "undo" to restore blocks. Something delta/time based. Also I was thinking of a "modifier key" style editing, where it snaps to the usual angles / geometry while a key is held down. Both these would make editing much more intuitive.
      TL;DR: Lots could be done with his engine/idea.

    • @longiusaescius2537
      @longiusaescius2537 Рік тому

      @@JustAnotherAlchemist maybe as an add-on or different mode "editor"

  • @daniilikyay4949
    @daniilikyay4949 Рік тому +60

    Awesome! If a game were to be based off-of this I would strongly encourage adding "sticking rules", for example that pillar you made extended towards the cliff wall once it was close enough, but maybe it could be so player-made wood doesn't stick to natural stone/dirt, many possiblities are opened by making sticking selective.

    • @10bokaj
      @10bokaj  Рік тому +30

      selective sticking is not a bad idea, although I have put this technic behind me, it has many problems.

    • @daniilikyay4949
      @daniilikyay4949 Рік тому

      Are the problems with the underlying concept or is it that the concept is hard to implement, creating problems?@@10bokaj

    • @DapperNurd
      @DapperNurd Рік тому +4

      @@10bokaj What kind of problems? Is it not practical to use this system for an actual game?

    • @ghowstcrafter9201
      @ghowstcrafter9201 Рік тому

      @@10bokaj there is an actual full game with this same idea of voxel representation, its called castle story, look it up!

    • @isaias-1713
      @isaias-1713 Рік тому

      ​@@10bokajhey what about a tool that changes the connection between blocks?

  • @xKeaton
    @xKeaton Рік тому +82

    Looks very promising. If you would handle the reduction/smoothness of the different blocks in steps It would allow for a lot more control. If this already is the case than reduce the steps. I think just 4 steps are already enough: 4/4 block, 3/4 block, 2/4 block, 1/4 Block. It would probably also feel great with a pickaxe and chipping away at blocks in increments. Slowly 1/4 after 1/4. Roofs would also work way better because you would set all outer edges to 2/4 and they would create a perfect edge all around, that seamlessly connects

    • @flameofthephoenix8395
      @flameofthephoenix8395 Рік тому +9

      Perhaps you could have different tools with some being able to achieve more steps than others.

    • @seeranos
      @seeranos Рік тому +5

      12 steps gives you the flexibility to reduce by 1/2, 1/3, 1/4 or 1/6. I dont think players would likely care about 1/12 steps but 12 gives a lot of flexibility in divisors.

    • @cis_ash
      @cis_ash Рік тому

      and if you want to still show off the smoothness & continuity of transitions - move between discrete steps with a snappy n fast easing function like easeoutelastic

  • @tlpenguin3758
    @tlpenguin3758 Рік тому +10

    I find it interesting that you could mess around using just voxels, but then you could make things like ramps and pillars and other more complex shapes without having to put in as much effort

  • @LewaElite
    @LewaElite Рік тому +4

    One weakness I'm noticing seems to be that it is very difficult for players to accurately match the volumes (states between full block and no block) of different blocks. For example, if a player has destroyed a terrain block and wants to restore the terrain to how it was before, it may be very difficult to make the new block be the exact same volume as the blocks surrounding it. While building, it would also be very desirable to be able to match the volumes of different specific blocks, like, for example, making sure the slope of a roof is neat and consistent, or making sure 2 windows have the same bevel around the rim. One intuitive solution could be to restrict the volume of a block to, say, 4 distinct levels instead of a continuous transition between full volume and zero volume. While this would reduce the total smoothness of the game, I don't think it would affect the general visual feel of the game too much, while it would also make editing nearly as intuitive and precise as it would be with regular cubes. If the smooth transition is important, a less invasive solution could be some kind of "eyedropper" system that allows players to copy the volume of 1 block to another. Another middle-ground could be to keep natural world generation and most means of editing terrain limited to distinct block volume levels as described before, but allow players the option to smoothly edit the volumes of blocks through some specific tool if they please. At any rate, this proof of concept seems like a very clever and cohesive approach to making the world more complex than simple cubes.

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

    I think something similar to this was implemented in the Carpenters Blocks mod for Minecraft

  • @XiaoMingXing
    @XiaoMingXing 11 місяців тому

    Reminds me of Roblox’s terrain except honestly better. Roblox doesn’t have that sticky property your terrain has, which is honestly pretty awesome

  • @SuperLlama88888
    @SuperLlama88888 Рік тому +30

    Wow, very clever and looks cool! Tbh I don't think marching cubes would ever have really worked for voxel games due to editing the terrain, but this looks like a neat alternative!

    • @dottedboxguy
      @dottedboxguy Рік тому +2

      don't you know it, games like astroneer already use marching cubes

    • @SuperLlama88888
      @SuperLlama88888 Рік тому

      @@dottedboxguy I've heard of that game before, and it looks cool!

    • @ChuckSploder
      @ChuckSploder Рік тому +2

      @@dottedboxguy so does no man's sky

    • @palmberry5576
      @palmberry5576 Рік тому

      @@dottedboxguytrue, but all the operations on the voxels are done on a scale of several voxels + none of the important game elements are voxels

  • @jeff__dev
    @jeff__dev Рік тому +9

    This is cool! I would definitely prefer to have the editing of cubes snap to increments like 0.75, 0.5, 0.25.. etc instead of a smooth 1-0, maybe e special tool that breaks it in increments? I could imagine it would help with building roofs without making it look so buldgy :)

  • @isaacbunsen5833
    @isaacbunsen5833 11 місяців тому

    I think the nicest in-between would be to have a few different options. Primarily I would have a smooth state a cube state. By striking the smooth state you chip away the excess and reveal the cube shape. Optionally from there you could have some kind of block chiseling

  • @elnico5623
    @elnico5623 Рік тому +4

    the main issue with marching cubes is that the voxels become just points instead of volumes, the marching cubes kinda hug the dots and that makes it really hard edit and to assign textures, if i understand correctly in your implementation the texture is taken from the voxel/point at some constant cardinal direction, the sticky cubes solution seems wonderful, just needs some tweaking like having some sort of stepsize instead of the smooth change we see in the video

  • @Mikasey
    @Mikasey Рік тому +4

    I think in Space Engineers ship hull blocks use similar system, or at least quite like it

  • @SmoothieGamesLambda
    @SmoothieGamesLambda 3 місяці тому

    Would love to learn how you did this. Super cool!

  • @Jason13Official
    @Jason13Official Рік тому +2

    I hope this video gets shown to the game developers that need it 🙏🙏 would be very useful

  • @brynshannon6692
    @brynshannon6692 11 місяців тому

    Were I to expand upon this for a game design, I would want the option to add or remove from a cube by percentage increments. Say, 5% at a time at minimum, but can go as far as 100%. This would allow for much more consistency and control, and you could apply the same thing to mining so that you can make sure you remove the exact amount of blocks (including fractions) you intended to.

    • @brynshannon6692
      @brynshannon6692 11 місяців тому

      It would also be nice to be able to specify which faces of a block "stick" and which treat their surroundings as empty air. I'd give the player a handful of "templates" for selecting this, so they can apply those changes quickly and build efficiently. For example, setting all sides of a block to Unstick aside from the top and bottom would be great for making fences.

  • @Slash0mega
    @Slash0mega Рік тому

    Man, wish i was able to make stuff like this. it would be cool to set it up with a item that will increase, decrease, or set the smoothness of a block.

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

    I'm not entirely certain on its' applications to games, as that's not a field of industry I've spent my life studying, I can certainly see its' applications to 3D low-poly modelling. You could place cubes in the rough shape you want, and then use the sculpting tool in order to refine it. This could expedite the 3D modelling industry significantly, as it allows for far more rapid prototypes to be created. This technology if further developed could sell really well!

    • @10bokaj
      @10bokaj  Рік тому

      I belive Z-brush uses voxel to make sculpting more intuitive. I belive they use dual contouring.

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

    Have you taken a look at Cube 2: Sauerbraten editing? It subdivides cube sides into 8 so you can have some level of smoothness, and it also does multi level cubes within cubes, it uses an octree.

    • @10bokaj
      @10bokaj  Рік тому +2

      No, i have not played that game. I do have another video where I show some octrees.

    • @clonkex
      @clonkex Рік тому

      @@10bokaj I believe Sauerbraten uses a multi-direction heightmap, essentially each face of the cube stores four values (one for each vertex) describing how much the vertex should be pushed into the cube. It gives very good control over level geometry.

  • @dombo813
    @dombo813 Рік тому

    It seems to me like the biggest challenge for these sorts of smoothing is that minecraft proved "graphics" dont actually matter all that much, people have no problem with cubes, so a game that does something like this really needs to find unique gameplay involving the use of smoothness.

    • @10bokaj
      @10bokaj  Рік тому

      Blocks are very intiutive to work with and is easy to for the computer to handle. It is a great combination, but for terrain I think it falls a little short.

  • @bazem
    @bazem 11 місяців тому

    I think you should have 2 different commands to remove a block, one where you subtract the size of the cube and another where you remove the entire block immediately.

  • @valley-artifact
    @valley-artifact Рік тому +1

    really cool, but it could really use some way of easily restoring blocks, would make building much faster because you could correct mistakes more easily

  • @YippeePlopFork
    @YippeePlopFork 4 місяці тому

    I think that different smoothing groups - by terrain type - would help. For example: grass should be the smoothest (so requires extra smoothing or a better smoothing algorithm) and rock was plenty smooth enough using marching cubes / should be rough / hard edges.
    I wouldn’t smooth things like trees using marching cubes but use a custom smoothing pass just for them.
    Perhaps three smoothing / marching cubes passes: 1 for grass, snow etc, one for rock and one for trees and bushes (or use meshes for trees)?
    Just an idea…

  • @isaias-1713
    @isaias-1713 Рік тому

    Hmm i think you can get way more configuration capacity with a visible percentage of compression and also the capacity to modify corners individually, perhaps a scroll bar can help or a standarized smoothing algorithm that stops at 10-20-30-40-50% or something like that

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

    My idea for marching cubes is to have different levels of smoothness for different materials, for example grass and dirt and sand and gravel and the like can have the real smooth, stone could be the more chunky and building materials can or the trees can be the regular cubes so it doesn’t look broken idk if that is possible?

  • @benbencom
    @benbencom Рік тому

    This video is making me realize how No Mans Sky works when you are editing terrain (c.f. "very hard to see what you're doing...")

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

    Bro that looks really nice only thing I think it needs is optimization

  • @brentknight9318
    @brentknight9318 5 місяців тому

    Low frequency radars can detect the presence of stealth aircraft, but they cannot precisely locate them sufficiently to guide a surface to air missile.

  • @luna010
    @luna010 Рік тому

    This is really neat. would love to see a minecraftlike survival game like this. It could add a lot of depth to resource management and building design. Eg maybe you would build a house with thinner walls to save resources but would would be more susceptible to explosions. Could also be adapted for water physics, so the total volume of water could be conserved while water flows between blocks. The ability to have multiple materials/“blocks” in a single voxel would lead to even more possibilities.

    • @10bokaj
      @10bokaj  Рік тому

      water is difficult, not impossiable just very difficult

  • @rampawar
    @rampawar Рік тому

    Put another row of blocks on top of the fence and set their size to smallest. So the blocks below will stick out looking more like a fence

  • @lilboiUK
    @lilboiUK Рік тому +4

    Very interesting! You could improve the visuals by using vertex colors instead of textures ie. brown for wood and grey for stone. This can help avoid problems with wonky UV's. You can take it even further by assigning roughness values to specific vertices for shininess. I'd suggest when modifying the sticky cubes to use integral values for easier alignment. Great work up to this point! I'm looking forward to seeing it progress

    • @celdaemon
      @celdaemon Рік тому

      so kinda like how ASTRONEER does it?

  • @novarender_
    @novarender_ 11 місяців тому

    It would be great to have a separate tool for deforming vs. destroying voxels. It would stuck to have dents all over your base from accidental clicks! Another feature that would be quite useful is the ability to extrude in an opposite manner of deforming, but without placing another voxel, so it's easier to fine tune what you want quickly. Lastly, there needs to be some kind of precision controls which allows you to deform very slowly, as I saw you struggling in the video :)
    A more advanced engine could allow the user finer control over each vertex, which would fix the small ramps at the bottom of the door frame but may be out of scope of this project.
    Good luck!

  • @OctagonalSquare
    @OctagonalSquare Рік тому

    Cool concept! Nice work man!

  • @pleaserespond3984
    @pleaserespond3984 Рік тому

    This sounds more like an implementation of dual contouring. Which is great, dual contouring, aka Surface Nets is my favourite meshing algorithm! It's much simpler and more elegant than marching cubes. Minecraft is technically dual contouring, since the voxels are at the centres of the cubes instead of at the vertices. I could see a version of this built on top of dual contouring where the user has some form of explicit control for where the voxel centre is inside the cube as well as its "strength" being very intuitive and fun to use. The real challenge here is making an intuitive UI based around cube editing and then to compute the isosurface in a way that matches player expectations.
    I would try something like this: First, consider the general dual contouring algorithm. You find the points along the lattice's edges where the isosurface intersects it. If we let the user directly edit that, it should result in a very easy to use system. So for each vertex, store 6 numbers which can range from 0 to 0.5, corresponding to each of the 6 edges coming out of it, which set the intersection point along that edge from the voxel's centre. As the player breaks down the block from one side, pull back the intersection points at that side, or if the player is filling the block, increase them. This does let you have 2 intersection points per edge, but I think the regular dual contouring could be modified to handle it, you basically have cases where you create two faces per edge rather than one.

    • @10bokaj
      @10bokaj  Рік тому

      No it is not an iso surface

  • @misterk7_-
    @misterk7_- 11 місяців тому

    I really like this!

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

    This looks amazing and is very great demo.
    Would be interesting to see if you added a hot bar with the different presets, how that would play out to build faster and much more intuitive. Then you select the type of another way, or vica versa, I just think there is a set number to things that look good, and you tweak them like you were to be more 'dynamic'! Set some level designers and builders would come up with some COOL designs.
    Then can collect 10.5 stone and be able to place 10 blocks and a half.
    I also notice you don't reverse the effect. If you take away 10% or something and go WOOPS, like a reverse key to add that % back to get to the previous state. LIKE a command pattern or some such.
    I FEEL this like an upgrade to the Everquest Next system, and those type of editing games.

  • @crunchy7200
    @crunchy7200 11 місяців тому

    cool concept, but to me it screams "collision and camera clipping issues".
    its kinda awesome to be able to sculpt voxel like that

    • @10bokaj
      @10bokaj  11 місяців тому

      camera cliping is not an issue when it is a first person game, collision is just handled by unity, those are not really issues that are diffucult to solve.

    • @crunchy7200
      @crunchy7200 11 місяців тому

      @@10bokaj oh that's cool

  • @teawacrossman-nixom7696
    @teawacrossman-nixom7696 Рік тому +1

    You have just created a better fundament building and generation system then minecraft ✨ CONGRATULATIONS my good sir a creating the StickyCubes system 🙏🔥

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

    Very nice! It's kinda similar to "surface nets". Surface nets also produces one "block" per voxel, so it's easier to see what you're editing, but you can achieve complete smoothness with it. It's also really easy to implement and it's also fast. A combination of your algorithm and surface nets could be interesting, completely smooth terrain with blocks as building (because the downside of complete smoothness is the lack of complete blockyness. I assume it would be possible to achieve both with a customized frankeinstein method (I don't want to mention dual contouring, that's really hard to implement and is very slow in comparison)).

    • @10bokaj
      @10bokaj  Рік тому +1

      AFAIK surface nets and some implementations of dual contouring is the same. There is like 8 (or so) ways to do dual contouring and they changed names a couple of times.

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

      @@10bokaj Nope, I've implemented surface nets, dual contouring is a way different fish

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

    It looks interesting, maybe we should make some kind of generator or world editor? I also wonder if it is possible to make the blocks change their anti-aliasing a little by themselves without a serious loss of performance?

  • @suplerb
    @suplerb Рік тому +2

    I really love this! I can’t wait to play a game with this

    • @suplerb
      @suplerb Рік тому +3

      I think having defined steps (100%, 80%, etc..) would improving structure building a ton

    • @10bokaj
      @10bokaj  Рік тому

      @@suplerb that is properly true.

  • @DeadRabbitCanDance
    @DeadRabbitCanDance 5 місяців тому

    Look very nice.
    Are you using a fill factor for each voxel direction? 6 values ​​in total? Or do you somehow cleverly store data for smoothing edges?

    • @10bokaj
      @10bokaj  5 місяців тому

      I think the awnser is fill factor. I store a single float.

  • @PixelBrushArt
    @PixelBrushArt Рік тому

    Cool demo!

  • @Cammymoop
    @Cammymoop Рік тому

    this is really neat

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

    So brilliant

  • @patrlim
    @patrlim Рік тому

    looks cool

  • @Konyad
    @Konyad Рік тому

    Nice video. I think there was some kind of capenter mode for minecraft that would do something similar.
    Things you can improve in your furute videos:
    - Some very quiet background music
    - Sections
    - Change render distance of your game so it's less laggy
    Other than that it was very cool :)

    • @jay-tbl
      @jay-tbl Рік тому

      I kinda feel like videos that arent polished tutorials but rather quick demos are fine without music of a lot of polish
      Video chapters would be good tho

  • @alaanvv
    @alaanvv 11 місяців тому

    outlining the focused object would solve the problem

  • @KozelPraiseGOELRO
    @KozelPraiseGOELRO Рік тому

    I don't even get convinced by the blocks, I was thinking more of a face/sheet style. And to make them, is putting info in the coodinate intead of on 8 at a time with blocks. Harder but I'll try as soon as I know how to use OpenGL.
    8:01 I would recommend to add a less detailed smoothing. Add a iterations that make 15° variations in each step. I don't know if you get what I am trying to say.

  • @AtariWow
    @AtariWow Рік тому

    This seems similar to what Space Engineers (game) does

  • @redshepard5306
    @redshepard5306 2 місяці тому

    thats really neat

  • @gasparliboreiro4572
    @gasparliboreiro4572 Рік тому

    really neat

  • @Niklas9999100
    @Niklas9999100 Рік тому

    This looks very interesting, would it be okay if i tried to develop a full survival game based on this idea?

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

    Looks like a prototype version of the terrain engine No Man's Sky has, and even their game has a lot of flaws still.

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

    quite clever

  • @hazydodo
    @hazydodo Рік тому +3

    wow thats so cool

    • @10bokaj
      @10bokaj  Рік тому +3

      Thanks, although it needs some more work, to be useful.

  • @johannes4510
    @johannes4510 9 місяців тому

    I like sticky cubes and also sticky rice

  • @jackatk
    @jackatk Рік тому +2

    This is a really cool technology you developed! I don’t think it would fit well in a Minecraft-style game, but I can see it being really useful!

  • @N_NY_M
    @N_NY_M 6 місяців тому

    very cool

  • @BlackMesaEmployee
    @BlackMesaEmployee Рік тому

    im more impressed by the speed of ur voxel engine! are you using unity jobs?

    • @10bokaj
      @10bokaj  Рік тому

      nah, just threads. Also it is not very fast look at my odin project there you will find faster generation and better compression.

  • @betahunter
    @betahunter 11 місяців тому

    Is this a fellow Danish Man I wonder? :D

  • @wibiz9657
    @wibiz9657 Рік тому

    Looks like sims 3 terrain editing

    • @10bokaj
      @10bokaj  Рік тому

      in what way?

    • @wibiz9657
      @wibiz9657 Рік тому

      @@10bokaj Just the way the blocks can be decreased and lowered in a concave or the opposite way by using tiles. It's the same way it works in older sims games, where the terrain is on a grid.
      I don't know anything about this game as UA-cam just recommended it to me, so I don't know the significance of it, it just reminds me of things I do know about.

  • @fire-ballmc9741
    @fire-ballmc9741 Рік тому

    its interesting how he always compares it to "other games" instead of just saying minecraft.

  • @wraithlordkoto
    @wraithlordkoto Рік тому +2

    This is cool as fuck!!

  • @jakezepeda1267
    @jakezepeda1267 Рік тому

    Interesting

  • @Lucas72928
    @Lucas72928 Рік тому

    How do you do collision detection with the sticky cubes mesh?

    • @10bokaj
      @10bokaj  Рік тому +1

      I use unities normal collision system, but if you are looking for a custom implementation I would do somthing like this: ua-cam.com/video/U1I_1aZzomE/v-deo.html

    • @Lucas72928
      @Lucas72928 Рік тому

      @@10bokaj Thanks!

  • @volodymyrkilchenko
    @volodymyrkilchenko Рік тому

    seems interesting but i still prefer the minecraft style

  • @DRAGNIL68
    @DRAGNIL68 Рік тому

    verry cool

  • @fb39ca4
    @fb39ca4 Рік тому

    I think I know you from DTU!

    • @10bokaj
      @10bokaj  Рік тому

      Cool, but who are you? XD

  • @mambe4349
    @mambe4349 Рік тому +2

    How does it work?

    • @10bokaj
      @10bokaj  Рік тому +5

      That is not something explainable in a youtube comment, but there is a paper on it: findit.dtu.dk/en/catalog/63c898437c8c8d1c237bca77
      I don't know if you can access it...

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

      @@10bokaj Damn, I cant but thanks anyway, I could probably just deduce it, its a really interesting technique

    • @10bokaj
      @10bokaj  Рік тому +3

      ​@@mambe4349 Let me says this:
      I use lookup tables, lots of them.
      It is not a good technique as it is now, maybe it could be good, but it has some issues as I pointed out.

    • @mambe4349
      @mambe4349 Рік тому

      @@10bokaj more than marching cubes? XD

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

      ​@@10bokaj You probably have the publishing rights, so I'd suggest you publish your thesis openly elsewhere, too. (or does your university deserve these rights? Did it do the work? ^^)

  • @julianaomi2626
    @julianaomi2626 Рік тому

    Do you have the code in a source control/github?

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

    fedt

  • @scarm_rune
    @scarm_rune Рік тому

    this is billion

  • @MasterZeroFX
    @MasterZeroFX Рік тому

    Cool Minecraft clone, yet another one.

  • @埊
    @埊 Рік тому

    紫禁城之太和殿:10:33

  • @icebluscorpion
    @icebluscorpion 11 місяців тому

    The smoothing is retarded if you don't have precise control of it try to put that feature on the mouse wheel to get more precise control such that your can smooth and unsmooth with a clicking turn of the mouse wheel also the smoothing should be in discrete steps such that you can repeatedly set the right smoothness/angle to each cube that you want to smooth. 🤔. Then the root won't look like as if a giant took a big on on your house anymore 😂

  • @estantaya
    @estantaya Рік тому +2

    its marching cubes double contouring

    • @10bokaj
      @10bokaj  Рік тому +5

      No

    • @estantaya
      @estantaya Рік тому

      @@10bokaj but yes

    • @10bokaj
      @10bokaj  Рік тому +4

      @@estantaya Not it is not an iso-surface