Beter view of the infinity dodecahedron

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

КОМЕНТАРІ • 50

  • @TheRubberDuck77
    @TheRubberDuck77 2 роки тому +10

    Yours is probably the best, cleanest builds I have seen. Also, I love how rhombic dodecahedrons looks like they are morphing shape as you walk around them too, and how they lattice so perfectly inside the "phantom" ones inside. and with your clean sharp build you can really see that too. And your light patters are awesome too

  • @boredomprevention8148
    @boredomprevention8148 3 роки тому +5

    They had large versions of these in an art gallery in Bond Street london HOWEVER NOT THE SAME YOURS ARE BETTER WITH THE EFFECTS. 👏👏👌🏻👌🏻👌🏻

  • @mr.oliverNo0815
    @mr.oliverNo0815 3 роки тому +1

    Very Nice build ;)

  • @Ftorres_429
    @Ftorres_429 2 роки тому +2

    this looks so damn awesome, definitely the best quality build I've seen so far. Just wondering what LED strips you used for this, I'm in the middle of building my own this month. Thanks for the help!

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

      Cool, let me know how it goes. And i’d sure like to see your finished project 🤩

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

    Beautiful!

  • @niekjanssen
    @niekjanssen 3 роки тому +2

    Dit is niet normaal cool! hoeveel kost het om zoiets te maken?

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

    You should be hired and paid big money to make props for Blockbuster Hollywood Movies...
    If this thing was the "Tesseract" or some other mega important crystal in a Marvel movie or something... way cooler than CGI

  • @techlife84
    @techlife84 2 роки тому

    Did you buy the frame or made it by your own?

  • @____5837
    @____5837 2 роки тому

    What led strip did you use?

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

      Ws2812c 2020 led strip (4mm wide) 300leds per meter.

    • @georgestark6216
      @georgestark6216 2 роки тому

      @@MaltWhiskey where do you buy these?

    • @MaltWhiskey
      @MaltWhiskey  2 роки тому

      @@georgestark6216 Ray Wu store

  • @mohammadhassan5230
    @mohammadhassan5230 2 роки тому

    AMAZING!!!

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

    Nice

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

    It's beautiful

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

    Hi, i wish to make one. But i want to build a big one. But i find it difficult to calculate the size. I don't know how to calculate the size. Can you help me out with the link of some website /software thwt could ease my calculations.

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

      Make a rhombic with ratio of diagonals 1 : sqrt(2). Thats basically all you need. You can draw it in fusion 360. In my code is a mapping:
      // Cartesian coordinates with node A on top and lid to the front
      Vector3 Display::Nodes[VERTICES] = {
      Vector3(0, sqrt(3) / 2, 0), // A
      Vector3(0, sqrt(3) / 3, sqrt(6) / 3), // B
      Vector3(-sqrt(2) / 2, sqrt(3) / 3, -sqrt(6) / 6), // C
      Vector3(sqrt(2) / 2, sqrt(3) / 3, -sqrt(6) / 6), // D
      Vector3(-sqrt(2) / 2, sqrt(3) / 6, sqrt(6) / 6), // E
      Vector3(0, sqrt(3) / 6, -sqrt(6) / 3), // F
      Vector3(sqrt(2) / 2, sqrt(3) / 6, sqrt(6) / 6), // G
      Vector3(0, -sqrt(3) / 6, sqrt(6) / 3), // H
      Vector3(-sqrt(2) / 2, -sqrt(3) / 6, -sqrt(6) / 6), // I
      Vector3(sqrt(2) / 2, -sqrt(3) / 6, -sqrt(6) / 6), // J
      Vector3(-sqrt(2) / 2, -sqrt(3) / 3, sqrt(6) / 6), // K
      Vector3(0, -sqrt(3) / 3, -sqrt(6) / 3), // L
      Vector3(sqrt(2) / 2, -sqrt(3) / 3, sqrt(6) / 6), // M
      Vector3(0, -sqrt(3) / 2, 0), // N
      };
      It’s a bit unconventional mapping since the world always models this with a surface flat down. But i hang it on my ceiling with a 3 vertex point on top. So use this or find the other mapping on the internet somewhere.

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

      Hey thanks for the help. Took some time but figured it out. You might want to have a look. I have uploaded the video on my profile. ❤ Thankyou for the inspiration. 🎉

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

      ua-cam.com/video/nJ8fTtOubhA/v-deo.htmlsi=mPmDBSjx50s2tAnv

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

    This looks amazing, how did you get effects like this with an arduino that only has a single core? Did you write the code yourself? so far the only thing ive found to aid in this issue is the use of a millis() function

    • @MaltWhiskey
      @MaltWhiskey  3 роки тому +7

      Well this prototype uses arduino. The real thing uses esp32, see the final build hanging on the ceiling in my later YT video. The arduino isn’t fast enough to adres all leds so I cheated and combined the data signal. I use standard fast led routines here. In the final one i also use fastled, but use custom animations. If you look on my channel you will also find my big led cube 16x16x16. That one uses no libraries at all. All custom code and a bit of custom hardware to run all leds. All my code is on github so feel free to look at how i did it ;)

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

      @@MaltWhiskey Awesome thanks a lot! I love the clarity of this thing too. You're killin it

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

      @@MaltWhiskey I like that you said you "cheated"! Is there such a thing when you're writing software? To me that's just smart design, and truthfully, I think the fact that so many of the LEDs are doing the same thing enhances the look of this project. Great going!

  • @user-qs4zi6sx9z
    @user-qs4zi6sx9z 3 роки тому

    What is the name of the mirror you are using?

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

      Mirrorpane chrom spy 4mm

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

      @@MaltWhiskey Where did you purchase it? Is it a glass pane or acrylic pane?

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

      @@justinduffy1149 It’s glass i purchased it in Germany, but i live in The Netherlands. Google “Mirropane Chrome Spy 4 MM” and you should find it.

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

    very nice.

  • @5VoltChannel
    @5VoltChannel 3 роки тому

    Cool

  • @depetracks-qs9vn
    @depetracks-qs9vn 5 місяців тому +1

    😍

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

    Wow 👍🏻

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

    Great programs

  • @anoniemmanon23
    @anoniemmanon23 2 роки тому

    can i buy this ??

    • @MaltWhiskey
      @MaltWhiskey  2 роки тому

      My wife wouldn’t like it if i sold our kitchen lights 🤪

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

    HOW ? Plz make a video on how to make it

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

      Ehh this was a video on how to make it…. What did you miss?

  • @yourboi1842
    @yourboi1842 2 роки тому

    Build guide? I would make one

    • @MaltWhiskey
      @MaltWhiskey  2 роки тому

      Unfortunately i couldn’t film and solder at the same time, and i didn’t have a standard. I may make a few tiny and document this. But i don’t know when i have the time available. i think they will look very cool as Christmas decorations. I do have my build document, i can share with you, but i’m not sure you can decipher it…

  • @IsaacKuo
    @IsaacKuo 2 роки тому

    I wonder if anyone has made a truncated octahedron infinity mirror. Like the rhombic dodecahedron, it tessalates space in a way which produces infinite corridors.

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

      I haven’t seen one. I almost made a cube octahedron instead of the rhombic dodecahedron. Maybe i’ll make some more shapes in the future.

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

      @@MaltWhiskey That'd be awesome! But I realized something odd about the truncated octahedron. In the tessellation, the small squares mirror neighbors properly, but the hexagons do NOT mirror neighbors properly. In order to preserve the tessellation, the hexagonal sides would have to twist the image 120 degrees in addition to reflecting (this is, of course, impossible for a normal mirror surface).
      So, the infinity mirror version would NOT preserve the tessellation. I don't know what it would look like, but it'd be a bit weird I think (like infinity mirrors of icosahedron or regular dodecahedron).
      You'd still get infinite corridors down the squares and the hexagons, and other angles, though.

  • @JoesCaribbeanVanLife
    @JoesCaribbeanVanLife 2 роки тому

    I see you used a dark cover here.

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

    👍👏👏👏👏

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

    Alien technology

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

    how are frames produced?

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

      Do you mean how the animation produces the frames? Or how many frames per second or the led data protocol? Or just the source code?

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

      @@MaltWhiskey Thanks for replying friend!
      Actually I was wondering if you have the files of the frames where the mirrors are attached!
      Do you have the file for printing?
      I look forward to your help.
      Thanks!

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

      @@pistadeleds lol those frames 😂 They aren’t 3D printed. The glass has a strip of copper foil on it, this way you can solder the mirrors to each other. If you make the Rhomi with the long face diagonal x.squareroot(2) and the short face x.1 you will automatically get the right dimensions.

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

      @@MaltWhiskey, thanks for your reply!!!!