Sticky cubes, an alternative to marching cubes

  Рет қаралды 46,835

Jakob Furbo

Jakob Furbo

Жыл бұрын

Пікірлер: 143
@rednicstone3299
@rednicstone3299 8 ай бұрын
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 7 ай бұрын
Thanks for the nostalgia trip ;)
@havenkeeper6400
@havenkeeper6400 7 ай бұрын
Sauerbraten and Marble arena were a couple of my favorite games when I was little.
@clonkex
@clonkex 7 ай бұрын
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 7 ай бұрын
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 7 ай бұрын
sort of how 7 days to die does it
@Wyi-the-rogue
@Wyi-the-rogue 6 ай бұрын
Roblox
@dallazz5617
@dallazz5617 6 ай бұрын
Space engineers
@juansolo1617
@juansolo1617 4 ай бұрын
@@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 3 ай бұрын
@@juansolo1617 yes i know, its v interesting However, i want smooth edges aswell
@daniilikyay4949
@daniilikyay4949 9 ай бұрын
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 9 ай бұрын
selective sticking is not a bad idea, although I have put this technic behind me, it has many problems.
@daniilikyay4949
@daniilikyay4949 9 ай бұрын
Are the problems with the underlying concept or is it that the concept is hard to implement, creating problems?@@10bokaj
@DapperNurd
@DapperNurd 8 ай бұрын
@@10bokaj What kind of problems? Is it not practical to use this system for an actual game?
@ghowstcrafter9201
@ghowstcrafter9201 7 ай бұрын
@@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 7 ай бұрын
​@@10bokajhey what about a tool that changes the connection between blocks?
@xKeaton
@xKeaton 8 ай бұрын
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 7 ай бұрын
Perhaps you could have different tools with some being able to achieve more steps than others.
@seeranos
@seeranos 7 ай бұрын
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 7 ай бұрын
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
@jdigi78
@jdigi78 7 ай бұрын
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 7 ай бұрын
Maybe
@JustAnotherAlchemist
@JustAnotherAlchemist 7 ай бұрын
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 7 ай бұрын
@@JustAnotherAlchemist maybe as an add-on or different mode "editor"
@tlpenguin3758
@tlpenguin3758 7 ай бұрын
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
@SuperLlama88888
@SuperLlama88888 10 ай бұрын
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 8 ай бұрын
don't you know it, games like astroneer already use marching cubes
@SuperLlama88888
@SuperLlama88888 8 ай бұрын
@@dottedboxguy I've heard of that game before, and it looks cool!
@ChuckSploder
@ChuckSploder 7 ай бұрын
@@dottedboxguy so does no man's sky
@palmberry5576
@palmberry5576 6 ай бұрын
@@dottedboxguytrue, but all the operations on the voxels are done on a scale of several voxels + none of the important game elements are voxels
@LewaElite
@LewaElite 6 ай бұрын
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.
@jeff__dev
@jeff__dev 7 ай бұрын
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 :)
@PuffleBuns
@PuffleBuns 6 ай бұрын
Reminds me of Roblox’s terrain except honestly better. Roblox doesn’t have that sticky property your terrain has, which is honestly pretty awesome
@brentknight9318
@brentknight9318 18 күн бұрын
Low frequency radars can detect the presence of stealth aircraft, but they cannot precisely locate them sufficiently to guide a surface to air missile.
@neologicalgamer3437
@neologicalgamer3437 7 ай бұрын
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 7 ай бұрын
I belive Z-brush uses voxel to make sculpting more intuitive. I belive they use dual contouring.
@Mikasey
@Mikasey 7 ай бұрын
I think in Space Engineers ship hull blocks use similar system, or at least quite like it
@elnico5623
@elnico5623 7 ай бұрын
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
@dombo813
@dombo813 7 ай бұрын
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 7 ай бұрын
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.
@toothlessblue
@toothlessblue 6 ай бұрын
I think something similar to this was implemented in the Carpenters Blocks mod for Minecraft
@10bokaj
@10bokaj 6 ай бұрын
I doubt that
@Jason13Official
@Jason13Official 7 ай бұрын
I hope this video gets shown to the game developers that need it 🙏🙏 would be very useful
@KozelPraiseGOELRO
@KozelPraiseGOELRO 7 ай бұрын
It was indeed.
@Slash0mega
@Slash0mega 7 ай бұрын
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.
@brynshannon6692
@brynshannon6692 6 ай бұрын
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 6 ай бұрын
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.
@gabe_owner
@gabe_owner 7 ай бұрын
I believe this is how ROBLOX Terrain objects worked
@10bokaj
@10bokaj 7 ай бұрын
I highly doubt that
@gabe_owner
@gabe_owner 6 ай бұрын
@@10bokaj I mean, to update the Terrain object you would supply an array of densities and an array of materials, which is about the same amount of information you're controlling here. Note that Roblox Terrain V2 is not the same as individual bricks.
@benbencom
@benbencom 6 ай бұрын
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...")
@isaacbunsen5833
@isaacbunsen5833 6 ай бұрын
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
@valley-artifact
@valley-artifact 7 ай бұрын
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
@bazem
@bazem 6 ай бұрын
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.
@lilboiUK
@lilboiUK 8 ай бұрын
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 8 ай бұрын
so kinda like how ASTRONEER does it?
@micaiahstevens8840
@micaiahstevens8840 7 ай бұрын
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.
@softboifloof7911
@softboifloof7911 7 ай бұрын
Bro that looks really nice only thing I think it needs is optimization
@misterk7_-
@misterk7_- 6 ай бұрын
I really like this!
@planeofimmanence2157
@planeofimmanence2157 7 ай бұрын
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?
@jackatk
@jackatk 6 ай бұрын
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!
@OctagonalSquare
@OctagonalSquare 7 ай бұрын
Cool concept! Nice work man!
@isaias-1713
@isaias-1713 7 ай бұрын
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
@pingvin9166
@pingvin9166 7 ай бұрын
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?
@PixelBrushArt
@PixelBrushArt 7 ай бұрын
Cool demo!
@davidd6035
@davidd6035 Жыл бұрын
So brilliant
@vampirefrog4277
@vampirefrog4277 7 ай бұрын
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 7 ай бұрын
No, i have not played that game. I do have another video where I show some octrees.
@clonkex
@clonkex 7 ай бұрын
@@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.
@luna010
@luna010 7 ай бұрын
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 7 ай бұрын
water is difficult, not impossiable just very difficult
@Cammymoop
@Cammymoop 7 ай бұрын
this is really neat
@bobby_tablez
@bobby_tablez 7 ай бұрын
Terraforming the smooth marching cubes looked just like Astroneer's terraforming system.
@10bokaj
@10bokaj 7 ай бұрын
because it is! 0.0
@crunchy7200
@crunchy7200 6 ай бұрын
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 6 ай бұрын
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 6 ай бұрын
@@10bokaj oh that's cool
@therealpeter2267
@therealpeter2267 8 ай бұрын
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 8 ай бұрын
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 8 ай бұрын
@@10bokaj Nope, I've implemented surface nets, dual contouring is a way different fish
@suplerb
@suplerb 8 ай бұрын
I really love this! I can’t wait to play a game with this
@suplerb
@suplerb 8 ай бұрын
I think having defined steps (100%, 80%, etc..) would improving structure building a ton
@10bokaj
@10bokaj 8 ай бұрын
@@suplerb that is properly true.
@gasparliboreiro4572
@gasparliboreiro4572 7 ай бұрын
really neat
@patrlim
@patrlim 7 ай бұрын
looks cool
@hazydodo
@hazydodo Жыл бұрын
wow thats so cool
@10bokaj
@10bokaj Жыл бұрын
Thanks, although it needs some more work, to be useful.
@teawacrossman-nixom7696
@teawacrossman-nixom7696 7 ай бұрын
You have just created a better fundament building and generation system then minecraft ✨ CONGRATULATIONS my good sir a creating the StickyCubes system 🙏🔥
@rampawar
@rampawar 7 ай бұрын
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
@novarender_
@novarender_ 6 ай бұрын
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!
@shinrakishitani1079
@shinrakishitani1079 Жыл бұрын
quite clever
@pleaserespond3984
@pleaserespond3984 7 ай бұрын
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 7 ай бұрын
No it is not an iso surface
@Niklas9999100
@Niklas9999100 6 ай бұрын
This looks very interesting, would it be okay if i tried to develop a full survival game based on this idea?
@N_NY_M
@N_NY_M Ай бұрын
very cool
@alaanvv
@alaanvv 5 ай бұрын
outlining the focused object would solve the problem
@Konyad
@Konyad 7 ай бұрын
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 6 ай бұрын
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
@AtariWow
@AtariWow 7 ай бұрын
This seems similar to what Space Engineers (game) does
@KozelPraiseGOELRO
@KozelPraiseGOELRO 7 ай бұрын
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.
@DeadRabbitCanDance
@DeadRabbitCanDance 9 күн бұрын
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 9 күн бұрын
I think the awnser is fill factor. I store a single float.
@BlackMesaEmployee
@BlackMesaEmployee 7 ай бұрын
im more impressed by the speed of ur voxel engine! are you using unity jobs?
@10bokaj
@10bokaj 7 ай бұрын
nah, just threads. Also it is not very fast look at my odin project there you will find faster generation and better compression.
@fire-ballmc9741
@fire-ballmc9741 6 ай бұрын
its interesting how he always compares it to "other games" instead of just saying minecraft.
@DRAGNIL68
@DRAGNIL68 9 ай бұрын
verry cool
@NaughtyKlaus
@NaughtyKlaus 8 ай бұрын
Looks like a prototype version of the terrain engine No Man's Sky has, and even their game has a lot of flaws still.
@jakezepeda1267
@jakezepeda1267 6 ай бұрын
Interesting
@johannes4510
@johannes4510 4 ай бұрын
I like sticky cubes and also sticky rice
@Lucas72928
@Lucas72928 7 ай бұрын
How do you do collision detection with the sticky cubes mesh?
@10bokaj
@10bokaj 7 ай бұрын
I use unities normal collision system, but if you are looking for a custom implementation I would do somthing like this: kzbin.info/www/bejne/i2KskGSXj9-io6c
@Lucas72928
@Lucas72928 7 ай бұрын
@@10bokaj Thanks!
@betahunter
@betahunter 6 ай бұрын
Is this a fellow Danish Man I wonder? :D
@wraithlordkoto
@wraithlordkoto Жыл бұрын
This is cool as fuck!!
@wibiz9657
@wibiz9657 7 ай бұрын
Looks like sims 3 terrain editing
@10bokaj
@10bokaj 7 ай бұрын
in what way?
@wibiz9657
@wibiz9657 7 ай бұрын
@@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 KZbin just recommended it to me, so I don't know the significance of it, it just reminds me of things I do know about.
@volodymyrkilchenko
@volodymyrkilchenko 7 ай бұрын
seems interesting but i still prefer the minecraft style
@julianaomi2626
@julianaomi2626 9 ай бұрын
Do you have the code in a source control/github?
@10bokaj
@10bokaj 9 ай бұрын
nope
@donutbedum9837
@donutbedum9837 9 ай бұрын
@@10bokaj lmfao denied
@demsendk7105
@demsendk7105 7 ай бұрын
fedt
@equilibrum999
@equilibrum999 7 ай бұрын
紫禁城之太和殿:10:33
@scarm_rune
@scarm_rune 8 ай бұрын
this is billion
@fb39ca4
@fb39ca4 8 ай бұрын
I think I know you from DTU!
@10bokaj
@10bokaj 8 ай бұрын
Cool, but who are you? XD
@icebluscorpion
@icebluscorpion 6 ай бұрын
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 😂
@mambe4349
@mambe4349 Жыл бұрын
How does it work?
@10bokaj
@10bokaj Жыл бұрын
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 Жыл бұрын
@@10bokaj Damn, I cant but thanks anyway, I could probably just deduce it, its a really interesting technique
@10bokaj
@10bokaj Жыл бұрын
​@@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 9 ай бұрын
​@@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? ^^)
@MasterZeroFX
@MasterZeroFX 6 ай бұрын
Cool Minecraft clone, yet another one.
@estantaya
@estantaya 10 ай бұрын
its marching cubes double contouring
@10bokaj
@10bokaj 10 ай бұрын
No
@estantaya
@estantaya 10 ай бұрын
@@10bokaj but yes
@10bokaj
@10bokaj 10 ай бұрын
@@estantaya Not it is not an iso-surface
I Made Minecraft Without Blocks
10:39
Sam Hogan
Рет қаралды 5 МЛН
From Raymarching to Conemarching - FRACTAL GLIDE Devlog 1
6:26
Nabil Mansour
Рет қаралды 33 М.
Increíble final 😱
00:37
Juan De Dios Pantoja 2
Рет қаралды 87 МЛН
The Noodle Picture Secret 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 29 МЛН
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30
10 Hours of Creator by Lena Raine
10:00:16
3A
Рет қаралды 2,9 М.
How Computers Draw Weird Shapes (Marching Squares)
28:00
Reducible
Рет қаралды 407 М.
Coding Marching Squares
26:28
The Coding Train
Рет қаралды 176 М.
Minecraft terrain generation in a nutshell
25:49
Henrik Kniberg
Рет қаралды 146 М.
Answering Your Questions
29:12
Sebastian Lague
Рет қаралды 303 М.
Optimizing my Game so it Runs on a Potato
19:02
Blargis
Рет қаралды 413 М.
AI Builds in Creative Mode
14:14
Emergent Garden
Рет қаралды 78 М.
Giving Personality to Procedural Animations using Math
15:30
t3ssel8r
Рет қаралды 2,4 МЛН
I Added RAYTRACING To My Voxel Engine ! ( From SCRATCH )
13:39
MaxMakesGames
Рет қаралды 7 М.
Why So Many People Refunded Minecraft Legends within an Hour
13:13
smallthoughts
Рет қаралды 2,1 МЛН
БОРЬКА ПЛАКИ-ПЛАКИ
1:00
LavrenSem
Рет қаралды 799 М.
Зу-зу Күлпәш.Түс (16 бөлім)
40:42
ASTANATV Movie
Рет қаралды 952 М.
😾ПОКОРМИ уже кота, бабуля!
1:00
VR Studio
Рет қаралды 2,5 МЛН
Best Friends ❤️😂 #shorts #funny #viral
0:43
Funny Club TV
Рет қаралды 8 МЛН