Fish Scales in Blender: How to Cover Any Object With Scales (Geometry Nodes)

Поделиться
HTML-код
  • Опубликовано: 18 дек 2024

Комментарии •

  • @drawcanoe
    @drawcanoe 4 месяца назад +17

    To anyone following this tutorial in latest Blender version which doesn't have the "Transfer Attribute" node: 19:45 Use the "Sample Nearest" node set to "Face" instead of the "Transfer Attribute" node. In that node 'sample position' will be plugged into "Normal"

    • @Algrymm
      @Algrymm 9 дней назад

      Thank you very much

  • @_evildoer
    @_evildoer 2 года назад +57

    You can also use the "mesh to points" node to get the face centers

    • @gordonbrinkmann
      @gordonbrinkmann 2 года назад

      Just what I thought 👍 Much easier with less nodes and not so much to think about.

    • @johannesheller7068
      @johannesheller7068 2 года назад +2

      Do u tried it? I think it does not work because there is no vertex point generated by the overlapping edges

    • @hyruleorchestra4339
      @hyruleorchestra4339 2 года назад +8

      @@johannesheller7068 it does work. When you plug the grid into a mesh to points and then set it to faces, you get the center point of each face. Join that with the original grid and you get the classic honeycomb array

    • @raedinsmore7732
      @raedinsmore7732 Год назад

      @@hyruleorchestra4339 Can you say at what step in the video you instead did the mesh to points?

    • @CertifiedDoc
      @CertifiedDoc Год назад +1

      @@hyruleorchestra4339 This incedentally ends up being an order of magnitude faster for a complex mesh. For my project it takes 30 ms to triangulate and separate edges. Using "mesh to points" for both faces and vertices takes 2 ms.

  • @吉刘-w4u
    @吉刘-w4u 11 месяцев назад +8

    There is no transfer attribute node, I am using Blender4.0

    • @drawcanoe
      @drawcanoe 4 месяца назад +1

      19:45 Use the "Sample Nearest" node set to "Face" instead of the "Transfer Attribute" node. In that node 'sample position' will be plugged into "Normal". Rest is the same.

  • @CaptSanchez
    @CaptSanchez 2 года назад +6

    I love your tutorials. You not only show how to do something, you also explain why you are doing it that way. I learn more from the "why" than the "how" (though they are both imoortant!) Great work as always!

  • @blackvertigoion36
    @blackvertigoion36 4 месяца назад

    the index explanation is the mvp of this video. I've been avoiding using selections in geometry nodes but this helped me take a step in the right direction. thank you.

  • @Layston
    @Layston 2 года назад +26

    Would really love a followup tutorial on how to scale the 'scales' to each face like mentioned in the video. I feel like that'd be useful for adding scales to characters

    • @CertifiedDoc
      @CertifiedDoc Год назад +1

      There's a Face Area attribute for meshes. You can insert a Capture Attribute node before you convert your mesh to points. Set its options to Vector and Face. Connect a Face Area node to the value input, and connect the attribute output to the scale input on the Instance on Points node.
      Depending on your mesh, the value of Face Area may be extremely small. It's in Blender units as far as I know, and a 0.01x0.01 face does have an area of 0.0001. I had to multiply the scale by 2000 to get reasonably sized instances. You may also end up with issues if your mesh has particularly narrow faces. Edge loops, for example, could pose a problem.

  • @jjmartin6422
    @jjmartin6422 Год назад +4

    Any easy workarounds for Transfer Attribute nodes (19:40) not included with newer versions of blender? The explanations and instructions have been very clear and appreciated.
    I've tinkered around with Sample Index and Sample Nearest Subsurface nodes, but I'm still new to blender.

    • @jjmartin6422
      @jjmartin6422 Год назад +6

      Ok. Instead of Transfer Attribute I used the Sample Index node. Took the same Mesh input from Triangulate and fed it into the Geometry of the Sample Index, Plugged Normal into the Index of the Sample Index, then plugged Sample Index value into the Align Euler to Vector node. It *looks* like the same result, but if anybody with more blender experience can verify that it will also behave the same that would be appreciated.

    • @shichaolee7868
      @shichaolee7868 Год назад +1

      @@jjmartin6422 Please teach me

    • @matthiasarnold7257
      @matthiasarnold7257 Год назад +6

      @@jjmartin6422 I've been succesful using the Sample Nearest Surface Node set to Vector with the Normal plugged to the Value Input.

  • @lenas4563
    @lenas4563 29 дней назад

    If your latest Blender version doesn't have the Transfer Attribute node 19:45. Download Blender 3.1. Only thing that worked for me.

  • @CertifiedDoc
    @CertifiedDoc Год назад

    11:42 There's now a Domain Size node that includes the total count for points, edges, faces, and face corners.

  • @wilhelmeniabilliedoherty5917
    @wilhelmeniabilliedoherty5917 2 года назад +5

    Would this work well on an animated mesh? A fish swimming or a snake... snaking? Or would they go all crazy

  • @garrysalisbury211
    @garrysalisbury211 2 года назад +6

    Thanks for this. At 6:10 in the video, why not use the 'merge by distance' node after Join Geometry? That gets rid of extra vertices from the join.

    • @rubbishbin233
      @rubbishbin233 2 года назад +2

      Yeah but it wouldn't create a point at the intersection

  • @husainmadraswala14
    @husainmadraswala14 2 года назад +6

    Chris Bailey - The man of the hour!! Always coming up with the most beautiful tutorials. You've been a great teacher. I've learnt a lot from you and I thank you. This was a masterclass. Some advanced stuff, keep it coming. Love your work!! Truly!!

  • @zacharyjohnkline
    @zacharyjohnkline Год назад

    I KNOW YOU! Zach Kline here. SO COOL to see you through the internet. Thanks for the tutorial.

  • @JoeyGonzales-n2l
    @JoeyGonzales-n2l Год назад +6

    We don't have TA Node in 3.5 anymore. What do we replace it with?

    • @drawcanoe
      @drawcanoe 4 месяца назад

      19:45 Use the "Sample Nearest" node set to "Face" instead of the "Transfer Attribute" node. In that node 'sample position' will be plugged into "Normal"

  • @bobcatdreams
    @bobcatdreams Год назад +3

    Transfer attribute is gone in 3.4+ how would you align to face with out it now?

    • @drawcanoe
      @drawcanoe 4 месяца назад +1

      19:45 Use the "Sample Nearest" node set to "Face" instead of the "Transfer Attribute" node. In that node 'sample position' will be plugged into "Normal"

  • @nystemy
    @nystemy Год назад

    It would be so wonderful if any modifier that created new geometry data could have two optional outputs. (New indexes, old indexes)
    Since then we could just take the split geometry node and feed in the "new indexes" output into its selection.
    Not that the attribute statistics node isn't a powerful tool in its own right. But in a lot of situations one just wants to select the "new" geometry a node has just created.
    And yes, it would have been wonderful if a lot of these "attribute" nodes had a "geometry" input. Leave the input empty and it will do what it currently does and simply work it out itself. Or input a geometry and it will work with that instead. 19:00 (ie, cram in the transfer attribute node into the attribute node itself, saves a few clicks each time one needs to do this.)

  • @Deyuu
    @Deyuu 2 года назад

    wow dude i love u, it works!

  • @abdulshabazz8597
    @abdulshabazz8597 2 года назад +3

    Demonstrating the Why and Why Not. Clear and concise. As if a master in software and the semantics of superior code design, or a master in mathematics and the art of theorem proving. Instant Subscribe.

  • @wuxianchunjie
    @wuxianchunjie Год назад

    very cool node skill !! Thumbs for U !

  • @adorago6192
    @adorago6192 2 года назад +1

    LOVE the way the content is presented and the attention to proper explanation. I am looking for a way to integrate a driver for the denseity of the scales, preferrably with pictures to make it a halftone effect?

  • @PPatchen
    @PPatchen Год назад

    Fantastic! Thanks!

  • @burtveracruz
    @burtveracruz Год назад +2

    How would I get this to work with curves? For example, instead of using a cylinder for a mesh primitive, could I use a curve line with a circle radius?

  • @simoneiorio9703
    @simoneiorio9703 2 года назад

    Very instructive for geonodes and more.

  • @xaviervicens5217
    @xaviervicens5217 2 года назад

    Great, I learned a lot. thanks...amazing use position in selection to move vertices...

  • @dalajlampa1170
    @dalajlampa1170 Год назад

    hi. I am following each step and at the 9:42, I have 6 indexes and you have 4, is there any advice before I eat my keyboard? Thanks

  • @stephenpauljones
    @stephenpauljones 2 года назад +1

    this would be a cool solution for a roof tile system too!

  • @StephenJK1
    @StephenJK1 2 года назад +4

    Thank you so much I’ve been trying to do this for weeks 😂

  • @MarieCummings-d6k
    @MarieCummings-d6k Год назад

    Great tutorial! Do you have a screen shot of all of the nodes in their final locations and values? Tried following but somehow got out of order. I would love a full screen view of all of the nodes and where to place them.

  • @atlas8528
    @atlas8528 2 года назад

    damn calling out right now. Hey, when you're passionate about sotNice tutorialng it makes you actually want to study it!

  • @brunodemasi381
    @brunodemasi381 2 года назад +4

    Could you use "poke face"?

  • @KD9-37
    @KD9-37 2 года назад

    this was epic! thankyou !

  • @PlantGothKira
    @PlantGothKira 2 года назад

    Thank you! Perfect timing for MerMay!

  • @CGRB
    @CGRB 2 года назад

    Thank you for this video

  • @Adrian-mu8gg
    @Adrian-mu8gg 2 года назад +1

    i added a [Rotate Euler] between [Align Euler to Vector ] and [Instance on Points], tried to "comb" the direction of how the scales are pointing at but it's still looks weird. is there a away to "comb" how the scales are point towards?

  • @MrTunebeast
    @MrTunebeast Год назад +1

    Hey hey :) I have rebuilt it, but I can't find the transfer attribute node. is there an alternative node?

    • @drawcanoe
      @drawcanoe 4 месяца назад

      19:45 Use the "Sample Nearest" node set to "Face" instead of the "Transfer Attribute" node. In that node 'sample position' will be plugged into "Normal"

  • @tweak_squeak
    @tweak_squeak 2 года назад +3

    Setting the scale based on the distance between points is actually exactly what I want to know 😬So if I apply it to a fish/snake/dragon basemesh the scales will be sized to to fit each face. Do you cover how to do that in another tutorial?

    • @Omobsterrrr
      @Omobsterrrr 2 года назад

      Yh this is what I was gonna ask. I have no clue how to go about doing that. I tried randomising scale and it just doesnt look as good

    • @alexphillips3074
      @alexphillips3074 2 года назад +1

      Hey, try this video ruclips.net/video/JvbppmT0ILY/видео.html
      About where he's talking about capturing attributes I think - he talks about using math - square root to do that. Hope this helps.

    • @tweak_squeak
      @tweak_squeak 2 года назад

      @@alexphillips3074 Thank you 😍 I will check it out!

  • @thethirdd352
    @thethirdd352 Год назад

    Is there and updated version of this to create a snake tail? With Blender now at 3.6 (for me at least) it will be appreciated to know what needs to be changed. I thought of using a cylinder with part of it removed so the scales only cover the top half and then I can create the underbelly separately. Then attach the tail to a human figure.

  • @GooDogProductions
    @GooDogProductions Год назад

    Does the geometric node affect only the texture/mateiral or the actual geometry?

    • @mickyr171
      @mickyr171 11 месяцев назад

      Its the actual geometry thats modified

  • @jr-hc2iv
    @jr-hc2iv 2 года назад +2

    thanks so much for this tutorial! Could this be used on a sculpt I plan to 3d print or is this only a visual effect?

  • @AhmedNassef
    @AhmedNassef 2 года назад

    Interesting and cool!

  • @samuelsantos-s5m
    @samuelsantos-s5m Год назад +1

    how to solve the normal problem in 3.6, blender updated and removed some nodes that are in this tutorial.

    • @drawcanoe
      @drawcanoe 4 месяца назад

      19:45 Use the "Sample Nearest" node set to "Face" instead of the "Transfer Attribute" node. In that node 'sample position' will be plugged into "Normal"

  • @TheEpicknives
    @TheEpicknives Год назад

    How do you get the transfer attribute? I can't find it and Google doesn't seem to be much help

    • @TheEpicknives
      @TheEpicknives Год назад

      I don't think I even have the option for that node

    • @drawcanoe
      @drawcanoe 4 месяца назад

      19:45 Use the "Sample Nearest" node set to "Face" instead of the "Transfer Attribute" node. In that node 'sample position' will be plugged into "Normal"

  • @rusticagenerica
    @rusticagenerica 2 года назад +3

    Fabulous tutorial !! Watched all of it in 2x and understood. Now is time to practice !

  • @chedagoz7145
    @chedagoz7145 2 года назад

    Thank you very much for sharing something so useful.

  • @aleksanderk5695
    @aleksanderk5695 2 года назад

    What about Dual Mesh node - faces to points - so it is done without all this introduction?

  • @palpytine
    @palpytine 2 года назад +5

    That seems a very roundabout way to duplicate the behaviour of "dual mesh"

  • @jeffg4686
    @jeffg4686 2 года назад +2

    Really cool. Was thinking about how the scales would be applied to actual fish. Is there any way to apply geometry node output to a vertex group only? Some way to merge with a portion of another model? or would that part best just be done by-hand.

  • @neerajbhatt3368
    @neerajbhatt3368 2 года назад

    Cannot understand the " Drag this all the way up" instruction at 26.12. Please help

  • @XDeminox
    @XDeminox 6 месяцев назад

    they must have updated blender because I don't have a geometry node editor in that drop down

  • @eriknelson2461
    @eriknelson2461 2 года назад

    Thank you. I learned a lot from this but I am not there yet. In general I am having a very hard time making instances of flat objects tile on a surface. I can't get the normal rignt and I do not know wha tI am doing wrong.

  • @SjonSjine
    @SjonSjine 2 года назад

    Tried the scales on a displaced mesh but then they are popping up and away randomly???? Help!

  • @aaronbarringer4913
    @aaronbarringer4913 2 года назад

    Followed this to the letter and everything worked. Then I tried to place it over a coiled snake body, and besides my computer catching fire and dying, the scales had really weird orientations on the tail tip. My attempts to clean it up have so far failed, mostly hindered by my hardware starting to melt.
    Still a great tutorial though.

  • @myztazynizta
    @myztazynizta 2 года назад

    on a freeform object like a snake or a fish, this technique doesn't always keep the scales flowing in a consistent direction for the full length of the body.

  • @FurlowT
    @FurlowT Год назад

    I'm trying add these type scales onto a chest plate for a character. They got plates down chest and up between legs and down the length of the tail. I'm wondering, how hard is it to add these scales to each of the plates and how to turn it into Normals map, if it'll bake into one even. I'm especially wondering how might look for parts that taper pretty thin.

  • @mid-knight6528
    @mid-knight6528 2 года назад

    So I have an issue. Every time I try to apply the modifier, my mesh disappears completely. Is there any way to fix this??

  • @davidmaurer916
    @davidmaurer916 2 года назад

    Is there a way to apply different materials to different parts of the scales? thanks already:)

  • @SaintMatthieuSimard
    @SaintMatthieuSimard 2 года назад

    Is there a way to... First... Inset a vertex group... Also... To disable vertices before joining them in the Join Geometry node, by vertex group? I'm trying to make a modular blockouting basemesh and I'd need to delete certain joints, the invisible faces... A bit like in minecraft... And the join mesh operation leaves some residual shapes inside the generated mesh... So... IDK I'm looking for a solution there.

  • @beansze4940
    @beansze4940 2 года назад

    Hey can someone tell me what is "Capture attribute" I am little bit confuse on it

  • @GloriaTheAnimator
    @GloriaTheAnimator 2 года назад

    i cant get the right rotation, did i do something wrong? i doubled checked everything my nodes are identical

  • @Kamil_O
    @Kamil_O 2 года назад +1

    I am getting good at the blender, from the start I knew he will be deleting that cube.

  • @Jutsuss
    @Jutsuss 2 года назад

    would it be possible to get a screenshot from your nodes? I just cant get the scales to run on the surface, they keep just facing outwards on my objects.

  • @venraikov
    @venraikov 2 года назад

    very nice

  • @esphilee
    @esphilee 2 года назад +2

    Dang! Now teach us how to draw a snake.

    • @cg_cookie
      @cg_cookie  2 года назад

      Sorry that's too advanced.

  • @Dozer456123
    @Dozer456123 2 года назад +2

    Great tutorial! My only critique is that "Euler" is pronounced `oy-ler`

  • @Casrion
    @Casrion Год назад +19

    To anyone following along: this doesn't work in the latest version.

    • @papacci20
      @papacci20 11 месяцев назад

      So no Blender 4 and above?

    • @Rune-l0rd
      @Rune-l0rd 10 месяцев назад +3

      ​@@papacci20 I haven't had a chance to follow along but I'm certain this will work in 4.0 and most likely the issue is something like a node being renamed or setting moved to somewhere different.

    • @jessicakiely2556
      @jessicakiely2556 5 месяцев назад +1

      20:21 minutes in and I’ve just realised a node has been renamed and I have no idea what to do next 🫠🤦🏼‍♀️

    • @drawcanoe
      @drawcanoe 4 месяца назад +5

      19:45 Use the "Sample Nearest" node set to "Face" instead of the "Transfer Attribute" node. In that node 'sample position' will be plugged into "Normal". Rest is the same.

    • @ivytran1630
      @ivytran1630 3 месяца назад +1

      @@drawcanoe the way i luv u omg

  • @nxone9903
    @nxone9903 2 года назад

    Where can i find your blend files? Would be really nice to have them and play around

  • @ydoucare55
    @ydoucare55 5 месяцев назад

    This is an awesome tutorial, but sadly it is mostly useless because Blender devs removed the "transfer attribute" node and replaced it with several other nodes. It is not clear how exactly one could finish this tutorial from that point on using the new nodes. It would be really great if you could drop a comment on how this might be done.

    • @drawcanoe
      @drawcanoe 4 месяца назад

      19:45 Use the "Sample Nearest" node set to "Face" instead of the "Transfer Attribute" node. In that node 'sample position' will be plugged into "Normal"

  • @nilfae
    @nilfae 2 года назад

    good!

  • @satriyow.asmorojati4147
    @satriyow.asmorojati4147 Год назад +1

    it didn't work for me. the pattern was only a mess and wasn't the offset pattern i was hoping

  • @thewave5536
    @thewave5536 2 года назад

    Epic

  • @abysmalodin
    @abysmalodin 2 года назад

    Can you convert this into Geometry after ?

  • @sergeantstrawberry
    @sergeantstrawberry 2 года назад

    Anyone know why my object disappears after I apply geomtry nodes to it? It reappears if I take them off of the object
    Edit: In case anyone else has this problem, I had the X variable set to 0 by default when I created an object

  • @eliasmedina9060
    @eliasmedina9060 Год назад +1

    Can you make Reptilian scales.

  • @bobo9159
    @bobo9159 2 года назад

    because 11 has superpowers

  • @mmo4754
    @mmo4754 2 года назад

    Isn't your offset pattern literally just some squares turned sideways? I'm guessing there are other reasons you went through the trouble of doing it this way though

  • @totochandelier
    @totochandelier Год назад

    clever

  • @hoshigamesofficial
    @hoshigamesofficial 4 месяца назад

    22:23 🤓☝

  • @21Liberdade
    @21Liberdade 2 года назад

    I hate when this happens: add the exact same nodes as the video, with the exact same values and still end up with a different result. At min 12, when I plug the 2nd index to the Attribute Statistic, I do not get the same result.

  • @xDaShaanx
    @xDaShaanx 2 года назад +1

    Amazing. Thanks for this.

  • @mk-ul5tv
    @mk-ul5tv 2 года назад

    My brain hurts, so much

  • @Cultoffreak
    @Cultoffreak 2 года назад

    this is so beginner tutorial :D

  • @kubilaykafkasli
    @kubilaykafkasli 2 года назад +4

    Thanks for the tutorial i'm stuck on one thing ruclips.net/video/fmDv81dMQ6c/видео.html Transfer Attribute Node I couldn't find the equivalent in version 3.4

    • @shichaolee7868
      @shichaolee7868 Год назад +1

      !!!!!!How did you solve it ? Please teach me

    • @jameshayward7253
      @jameshayward7253 Год назад +1

      @@shichaolee7868 stuck at the same point...the transfer attribute node doest exist

    • @drawcanoe
      @drawcanoe 4 месяца назад

      19:45 Use the "Sample Nearest" node set to "Face" instead of the "Transfer Attribute" node. In that node 'sample position' will be plugged into "Normal"

  • @gerdsfargen6687
    @gerdsfargen6687 2 года назад

    What ?? No way! Thats insane! Insane but great 😲. Could this be adapted to form reptilian scales?

  • @mikellemyers
    @mikellemyers 3 месяца назад +1

    Transfer attribute isn’t a thing anymore

  • @mickyr171
    @mickyr171 2 года назад +1

    Lol, no kidding, was just trying to do this for a pine cone like 10 minutes ago and couldn't figure it out so quit blender, get on youtube and this is in my recommends

  • @Some_Guy_Called_Raven
    @Some_Guy_Called_Raven 2 года назад +2

    12 minutes in and I'm more confused than at the start.

  • @thomasdepraetere2641
    @thomasdepraetere2641 2 года назад

    The reason the scales work strange for circles, but look good on torusses is because of the Hairy Ball Theorem. So no math will ever make it work as math has proven it doesn't work.

  • @synapse349
    @synapse349 2 года назад

    Id have just use two grids, offset to each other

  • @garrithgill6692
    @garrithgill6692 2 года назад

    Thank you!

  • @World_Theory
    @World_Theory 2 года назад

    These are really good, but unfortunately not what I want. I am looking for a way to make scales with random slight imperfections, but more importantly, scales that have a higher density according to the spot color values of a grayscale image texture, or some other highly flexible and easy to generate method of creating a freeform gradient.
    The math explanation is nice, though a lot went over my head due to a lack of math education. I never learned about indexes, but I guess I will learn in time, if I run into them often enough. (I'm sure I'll run into them again if I play with geometry node more. So I will, because geometry nodes are awesome.)

    • @World_Theory
      @World_Theory 2 года назад

      P.S. - I think that making the scales I want will involve some kind of iterative clustering algorithm to look natural, given the highly variable size and density of the scales I wish to recreate.

  • @drifter3001
    @drifter3001 2 года назад +2

    Great tutorial, thanks! Also, FIRSTTTTTT

  • @billisaacs702
    @billisaacs702 2 года назад

    Why not just Poke Faces? Wouldn't that have saved you 15 minutes?

    • @tonsab.assist.master
      @tonsab.assist.master 2 года назад +1

      There is no node for poke face?

    • @billisaacs702
      @billisaacs702 2 года назад

      @@tonsab.assist.master I guess I'm just not seeing the whole node thing for this. It's brilliant to have geometry nodes, but in this application I'm just not seeing it. Of course, I never use geometry nodes so maybe I'm just not letting it the whole thing sink in. This example just seems to me to be a little bit like using the buttons on your cruise control to negotiate rush hour traffic.

  • @Grimeaper
    @Grimeaper 2 года назад

    Def does not work for shingles. Well universal shingles norm changes too much but cheatsy is possible. Though I do have a lot of excess danglies.

  • @petertremblay3725
    @petertremblay3725 2 года назад +1

    I was shock to see cg cookie force indie developers to get a full year subscription instead of monthly subscription! Do you guy's think we all have that kind of money just to get a few tutorials? Indie devs are the most exploited people in the industry and they are often broke barely making it from month to month!

  • @RTJ3DCosplay
    @RTJ3DCosplay 2 года назад

    nope, u know what fuc ku ... i spent all day yesterday and half a day today modelling (not sculpting) scales for a client and you just come along with the geometry nodes and do it in a minute... why do u hate me lol

    • @cg_cookie
      @cg_cookie  2 года назад +1

      It's not personal I swear.

    • @RTJ3DCosplay
      @RTJ3DCosplay 2 года назад

      @@cg_cookie lol i know thanks for being a good sport just epic timing lol

  • @sudd3660
    @sudd3660 2 года назад

    Geometry Nodes just kills the joy of making meshes and models, i want to create stuff, not program stuff.
    its have uses for substituting particle systems and stuff like that.

    • @sabinepiter5470
      @sabinepiter5470 2 года назад +2

      No need to use it :) You are completely free to use Blender in any way you want and if Geometry nodes are not for you, ditch 'em.

    • @sudd3660
      @sudd3660 2 года назад

      @@sabinepiter5470 if i only spoke for myself i would not comment at all. dont you see the movement towards non creative methods of creating things?
      look how stupid when you compare making a simple table with geometry nodes, vs normal mesh editing.

  • @MikeCore
    @MikeCore 2 года назад +1

    oOoooooooOOooOOoooOOoo

  • @mastart4971
    @mastart4971 2 года назад

    You should have wayyyyy more clicks.... thank you for what you do!!!
    Geometry Nodes are very interesting... If you set "Separate Geometry" on "point" one edge is missing... makes no sense at all to me... this is all witchcraft....
    Why do I have (with the exact same settings) 9Vertex/12Edges/4Faces/16Face Corners like you but only an index of 8 and not eleven
    Rows:9 | Columns: 1
    tell you, witchcraft ;-)

  • @TruthSurge
    @TruthSurge Год назад

    he said "isosphere". Is ico pronounced "iso"? What does ico even stand for? I thought it was pronounced "eye koe sphere".