Watch π (Pi) painting "The area of a Circle" ENDLESSLY - 1440p 🎵 : "Deer" by ANBR

Sdílet
Vložit
  • čas přidán 23. 10. 2023
  • I am the original creator of the Pi post which went viral on all social media! Here is the longer 1440p version.
    Viral IG Pi Reel : reelCyrFBp...
    Viral Tiktok Pi Video : www.tiktok.com/@thiebo_badmin...
    ----------------------------------------------------------------
    Function : z(t) = e^ti + e^pi*ti
    t is timeStamp value, but in radians, i is imaginary number and e is euler's constant
    ----------------------------------------------------------------
    Short Explanation :
    The outer arm spins around at a speed, precisely π times faster than the inner arm. But because π is this never-ending, irrational number, that outer arm will never, ever stop at its starting point, no matter how long the video goes on. It's like a forever chase scene where the arm always misses the target line by the tiniest bit, and that bit is basically as thin as it gets.
    Detailed explanation of Pi post by angzt from reddit :
    / gnprzizzgh
    ----------------------------------------------------------------
    Music : "Deer" by Adrian Berenguer. (Licensed)
    ----------------------------------------------------------------
    Python code for the final steady drawing ( Not for the animation ) :
    import numpy as np
    import matplotlib.pyplot as plt
    Create an array of theta values in degrees (e.g., from 0 to 113*360 degrees)
    theta_degrees = np.linspace(0, 113*360, 10000)
    Convert degrees to radians
    theta_radians = np.deg2rad(theta_degrees)
    Calculate z(theta) using the formula , 1j is imaginary number
    z = np.exp(theta_radians * 1j) + np.exp(np.pi * theta_radians * 1j)
    Separate the real and imaginary parts of z
    x = np.real(z)
    y = np.imag(z)
    Create a plot with specific settings
    plt.figure(figsize=(10, 10)) # Set a square figure 10x10 inches
    plt.plot(x, y, color='white', linewidth=0.5) # Set line color to white and line width to 0.5
    plt.gca().set_facecolor('black') # Set background color to black
    plt.gca().set_aspect('equal') # Equal aspect ratio
    plt.grid(False) # Turn off the grids
    plt.xlim(-2.5, 2.5) # X-axis limit
    plt.ylim(-2.5, 2.5) # Y-axis limit
    plt.show() # Display the plot
  • Krátké a kreslené filmy

Komentáře • 301

  • @iondust1244
    @iondust1244 Před 7 měsíci +1531

    just 5 more seconds and the vid would have been 3.14

    • @FebruaryHas30Days
      @FebruaryHas30Days Před 7 měsíci +174

      It's already Pi minutes long

    • @MarineDwarf
      @MarineDwarf Před 7 měsíci +40

      Na man I would just miss it by a pixel

    • @autezz
      @autezz Před 7 měsíci +114

      Wasted opportunity to make it *truly* pi minutes long
      (Yeah they told me 3:08 seconds Is 3,14 minutes long, finally got the idea)

    • @dirceuvaladas9490
      @dirceuvaladas9490 Před 7 měsíci +15

      Yo, wtf. That's true 😂😂😂😂😂😂😂😂😂

    • @Piano_Board
      @Piano_Board Před 7 měsíci +10

      ​@@MarineDwarfby a pixel? You mean second?

  • @purgruv
    @purgruv Před 6 měsíci +48

    2:38
    "We've come too far
    To give up who we are
    So let's raise the bar
    And our cups to the stars"

  • @Luniverscestpasmal
    @Luniverscestpasmal Před 7 měsíci +265

    Fun fact: f(t) = e^ti + e^a*ti is cyclical if and only if a is a rational number, so in theory we should get similar visuals with sqrt(2), e, pi, ...

    • @keso_dum
      @keso_dum Před 7 měsíci +23

      man i was expecting it to have atleast 1 reply with the nerd emoji in it

    • @ikkeheltvanlig
      @ikkeheltvanlig Před 7 měsíci

      ​@@keso_dum you 🤓 you

    • @rayyansohaib8238
      @rayyansohaib8238 Před 7 měsíci +24

      isnt it amazing just a simple math function can simulate a mechanical lever, holy shit

    • @p13_030
      @p13_030 Před 7 měsíci +4

      ​@@keso_dumyou should be the one

    • @pawn4
      @pawn4 Před 7 měsíci +8

      🤓

  • @kouga3984
    @kouga3984 Před 7 měsíci +51

    This man is so powerful he currently has 3.14k subs

  • @ErnieLearn
    @ErnieLearn Před 7 měsíci +220

    Absolutely amazing! Mind boggling and thought provoking.

    • @fascinating.fractals
      @fascinating.fractals  Před 7 měsíci +18

      thank you!❤

    • @famrirmercurus262
      @famrirmercurus262 Před 5 měsíci

      ​@@fascinating.fractals Hi bro. What is the name of software. I need the software for school project.

    • @Rocket02025
      @Rocket02025 Před 5 měsíci

      @@famrirmercurus262 its just python mate, yk the coding platform, there is no software just the raw code, which is in the description

    • @MDLuffy1234YT
      @MDLuffy1234YT Před měsícem

      ​​@@fascinating.fractals idk why, but when it completes the second set of revolutions (3:06) I see a 2D sphere.

  • @Cyon2012
    @Cyon2012 Před 7 měsíci +35

    Why do I feel as if I am just looking an all encompassing cosmical truth in the face? As if I am so close to understand something but never quite do?
    And writing that I just realize the eerie similarity to what pi is doing here!
    Truly fascinating!

    • @007sephiroth1
      @007sephiroth1 Před 6 měsíci +3

      Interesting, I felt that way too watching the vid. I'm an engineer so I like to visualize spacially, and watching as it got progressively faster I was in an almost hypnotic state seeing tunnels and spirals rotating into one another. It was like looking at a wormhole or something... hard to explain. 2D becoming 3D and 3D becoming what my mind perceives as 4D perhaps

    • @zz4165
      @zz4165 Před 5 měsíci

      @@007sephiroth14D ? Look 2D ok, 3D ok but 4D unimaginable. Impossible. (Space-time 4D ok.)

  • @cosmogang
    @cosmogang Před měsícem +4

    The moire from the intricate patterns is so beautiful

  • @cuter.
    @cuter. Před 7 měsíci +62

    Please do this with the golden ratio... It's the most irrational number so there shouldn't be points where it almost touches like with pi

  • @stellamariss3335
    @stellamariss3335 Před 5 měsíci +6

    It’s so hypnotic. And the music matches so perfectly. Idk how you managed to put it all together so well. The music fits in with the visuals and the zoom ins are amazing! I love your content. I never Spirographs we’re related to math.
    I never visually saw how how Pi could be represented like this.
    I knew pi was the ratio of a circle circumference but seeing this is mind opening

  • @jenerhart7025
    @jenerhart7025 Před 5 měsíci +2

    Higher maths and I have a love/hate relationship. I find them fascinating, but they overwhelm me so quickly. Watching your animations fascinate me, and reading your explanations don't overwhelm me quite as much as every mathematics teacher I ever had did.

  • @zamanimvukela4573
    @zamanimvukela4573 Před 7 měsíci +30

    Lol😂 I was about to say there was a missed opportunity to make the video 3 minutes 14 sec long, but 8. 5/60 is about 0.142 so the video is actually pi minutes long.

  • @Ener-G
    @Ener-G Před 7 měsíci +21

    This is very eye-opening stuff! Thanks so much for putting your function and an explanation in the video. It helped me make my own version in Desmos!

    • @blindlight9816
      @blindlight9816 Před 7 měsíci

      How did you do it?

    • @Ener-G
      @Ener-G Před 7 měsíci

      @@blindlight9816 I tried putting the Desmos link in a comment in this thread, but I think it got flagged for spam.

    • @Ener-G
      @Ener-G Před 7 měsíci

      ​@@blindlight9816 I used parameterized trig functions for each arm. The overall function is the sum of the functions for each arm. The period of the inner arm is π and the period of the outer arm is 1, so just like the video the outer arm is π times faster. Since the Desmos link got flagged, try going to the Desmos graphing calculator and changing the url to end in calculator/gxxpko09bu

  • @kayturs
    @kayturs Před 7 měsíci +16

    Such a cool video!!! Thank you!

  • @wiliee69
    @wiliee69 Před 6 měsíci +2

    Okay imma subscribe to this homie, you deserve more than you have now

  • @hamidtamiminejad3833
    @hamidtamiminejad3833 Před 4 měsíci +2

    Amazing art & Amazing view to the world. i think you learned all secret in the univers.

  • @yurik8468
    @yurik8468 Před 7 měsíci +3

    Це було дуже красиво. Особлива подяка за докладне пояснення в описі. Повторити було приємно.

  • @yordanostemesgen1417
    @yordanostemesgen1417 Před 6 měsíci

    I could watch this all day

  • @completelymachinima
    @completelymachinima Před 7 měsíci +1

    Love this!

  • @CallmehCat.
    @CallmehCat. Před 7 měsíci +3

    I feel like I'm ascending even though I did nothing

  • @ruellerz
    @ruellerz Před 7 měsíci +1

    Math and visuals are amazing

  • @TravisTellsTruths
    @TravisTellsTruths Před 5 měsíci

    Truly fantastic. I've made a discovery from this.

  • @Goldun-nah
    @Goldun-nah Před 5 měsíci +1

    3.14 creating the flower of life

  • @tylergoldstein
    @tylergoldstein Před 7 měsíci

    Amazing.

  • @namehkoudsie6075
    @namehkoudsie6075 Před 7 měsíci +10

    This is such a beauty. You let t run indefinitely and it almost spans a circles area? What's the mathematical explanation and which program did you use for this purpose ?

    • @fascinating.fractals
      @fascinating.fractals  Před 7 měsíci +1

      Because the speed ratio is irrational , both arms never align to get to the starting position . You can find the detailed explanation on the description . I make these with programming .

    • @namehkoudsie6075
      @namehkoudsie6075 Před 7 měsíci

      @@fascinating.fractals which software or program do you use if I may ask?

    • @fascinating.fractals
      @fascinating.fractals  Před 7 měsíci

      ​@@namehkoudsie6075python or Matlab

    • @devicepedia1654
      @devicepedia1654 Před 7 měsíci

      How can I make this kind of graph

    • @namehkoudsie6075
      @namehkoudsie6075 Před 7 měsíci +1

      @@fascinating.fractals yeah sure, but which user interface ? Spyder?

  • @madelynn_ryder
    @madelynn_ryder Před 7 měsíci +1

    The satisfying moment we all waiting for

  • @dejargui8902
    @dejargui8902 Před 6 měsíci

    beautiful

  • @d.a.cgamingchanel4986
    @d.a.cgamingchanel4986 Před 7 měsíci +1

    So beautiful 😍

  • @Copybook
    @Copybook Před 12 dny +1

    Noobs: it's not 3 minutes 14 seconds
    Legends: it's 3.14 minutes

  • @DeathRayGraphics
    @DeathRayGraphics Před 7 měsíci +57

    I'm no math... do-er. Can you make a video explaining how this drawing represents the numbers in pi?

    • @fascinating.fractals
      @fascinating.fractals  Před 7 měsíci +32

      Not sure if i could do it any sooner, but there a reddit post in description where someone explained it really well!

    • @ArmandoArauz
      @ArmandoArauz Před 7 měsíci +5

      I had the same question

    • @d.a.cgamingchanel4986
      @d.a.cgamingchanel4986 Před 7 měsíci +1

      @@fascinating.fractals do it bro 😎 i love it love to know and learn

  • @user-ok4lg5hl5o
    @user-ok4lg5hl5o Před 6 měsíci

    It seems our time is not endless especially for me these days ... but it seems miliseconds are equal to billions of light years at the end ... ♾️ ❤ for humanity here and always ❤
    Moha Pieran ❤

  • @animasimples0716
    @animasimples0716 Před 7 měsíci +3

    Now I can realize where all of my commitment of finding the truth of obvious did go! Thank you for sharing it.

  • @nasrimarc7050
    @nasrimarc7050 Před 6 měsíci +1

    the art masterpiece are coming from mathematics there's no any doubt

  • @kraraekgaming7101
    @kraraekgaming7101 Před 24 dny

    2:37 Hey look! Rasengan!

  • @Sad1_SadoYasu
    @Sad1_SadoYasu Před 6 měsíci +1

    Pi > Euler number 🥶

  • @vannidani8135
    @vannidani8135 Před 7 měsíci +2

    sooooooo. I just saw your pi short. I subscribed to your channel right away. Liked all your other videos. I sent the short to all my relatives and friends. I even liked some comments. I've renamed my Wi-Fi to "it hurts when I Pi" Can I please have a 10h version of this. In 4k😅 Only if it's not too much effort. Please. Have a great time 👋

    • @zaynredwood
      @zaynredwood Před 7 měsíci +1

      I second this

    • @user-gp3ek7mz9v
      @user-gp3ek7mz9v Před 7 měsíci +2

      no a 3 hours 08 minutes and 29 seconds version so it is π hours long

    • @vannidani8135
      @vannidani8135 Před 7 měsíci

      @@user-gp3ek7mz9v You are right

  • @qopparune
    @qopparune Před 5 měsíci +2

    Pi is not “infinite” because that would mean a never ending amount. it’s irrational meaning the numeral itself never ends.
    Just thought I should point this out because I used to think pi was an infinity.

  • @EclipseIsMyFather
    @EclipseIsMyFather Před 22 dny

    I'm gonna cry now

  • @saintjoan2339
    @saintjoan2339 Před 7 měsíci +50

    Thank you so much for this. I feel like I’ve just witnessed something profound.
    Is there a point in which the pattern would repeat at ANY point? What I mean by that: is there any point where the same path is taken again? Not by joining up perfectly with the previous oscillation, but by tracing ANY previous oscillation? Or will it perpetually create novel oscillations?

    • @eyhab3766
      @eyhab3766 Před 7 měsíci +17

      Its Pi it will never be repeated

    • @noobychoco454
      @noobychoco454 Před 7 měsíci +4

      with enough time, maybe

    • @dmitry-diehl
      @dmitry-diehl Před 7 měsíci +8

      There is no such point. It will be drawed indefinitely without cycles. At the limit of infinity all circle area will be filled entirely, without any holes

    • @ikkeheltvanlig
      @ikkeheltvanlig Před 7 měsíci +1

      ​@@noobychoco454 no, at no point in time will it be precisely repeating. Only at infinity.

    • @noobychoco454
      @noobychoco454 Před 7 měsíci +1

      @@ikkeheltvanlig ah ok so only with infinite time then will pi have infinite repetitions

  • @alek0byte
    @alek0byte Před měsícem

    Around minute 2, creates an optical ilussion that simulates stripes. Is amazing

  • @Erikmanbig
    @Erikmanbig Před 6 měsíci

    i want a longer version of this

  • @towndraw
    @towndraw Před 6 měsíci

    Keep it going and it will end back where it started

  • @Dexortes
    @Dexortes Před 7 měsíci

    The video and its meaning are awesome, but the music is definitely Daft Punk - Get Lucky))))

  • @jeckososet1412
    @jeckososet1412 Před 6 dny

    This reminds me of my dreams under 39°💀

  • @hdufort
    @hdufort Před 5 měsíci

    I used to Spirograph a lot as a kid.

  • @ChaiKitty7779
    @ChaiKitty7779 Před 9 dny

    Yes how often do we fail to miss the mark, to be perfect, and even when we think we are going to get it right, we fail to.

  • @kuokuoTMU
    @kuokuoTMU Před 6 měsíci

    期待下次有個3D運行軌跡圖❤❤❤⋯⋯

  • @realchadcat
    @realchadcat Před 7 měsíci +2

    This is amazing and I don't even understand it.

  • @slaphappyduplenty2436
    @slaphappyduplenty2436 Před 7 měsíci

    Oh, pi, you giant tease.

  • @yash_vaish
    @yash_vaish Před 7 měsíci +1

    Can you teach how to make fractals animation!..for beginners

  • @utkarshjain861
    @utkarshjain861 Před 6 měsíci

    Kya baat hai bhaiya 😳😳
    Sach me hosh ud gaye 😵😵

  • @togedmaruofficial
    @togedmaruofficial Před 7 měsíci +1

    that ain’t shadow that’s light 👍👍👍

  • @mam8419
    @mam8419 Před 7 měsíci

    This is satisfyingly unsatisfying

  • @user-gu8qi8ye6r
    @user-gu8qi8ye6r Před 5 měsíci

    Рождение!!!!!😂❤

  • @VanDamy
    @VanDamy Před 7 měsíci

    I hope this video explode to 500 mil view!

  • @douglasbaker3344
    @douglasbaker3344 Před 25 dny

    So God is a genius

  • @CjrDoom
    @CjrDoom Před 7 měsíci +2

    Could you inform me which program you use to perform these simulations?

    • @fascinating.fractals
      @fascinating.fractals  Před 7 měsíci +4

      I do use multiple languages. You can see the code in description

    • @CjrDoom
      @CjrDoom Před 7 měsíci

      Thanks!! @@fascinating.fractals

  • @SteveAlphones
    @SteveAlphones Před měsícem

    The universe

  • @Itz.crossery
    @Itz.crossery Před 6 měsíci

    Achievement get!
    Unsatisfyingly Satisfying

  • @cmendy1809
    @cmendy1809 Před 8 dny

    Please, I am looking for a video like that, where I can just follow the point. It was very relaxing.

  • @NOTHING.....07
    @NOTHING.....07 Před 7 měsíci +1

    It just looks like the RASENGAN 😅

  • @user-hf9zg2pf1x
    @user-hf9zg2pf1x Před 7 měsíci

    Why I am crying

  • @bucketcat7599
    @bucketcat7599 Před 7 měsíci

    What I watch while I use the bathroom:

  • @SameerN23
    @SameerN23 Před měsícem

    Almost as if this is how the Big Bang happened

  • @ottoes8098
    @ottoes8098 Před 7 měsíci +4

    Is this because we havent calculated the exact number of pi? Would this work if we knew the exact value? Or is pi just stubborn?

    • @atismoke
      @atismoke Před 7 měsíci

      Yeah, pi is just stubborn.
      ....As in pi is 3.1415926535..................................... and it goes on forever. It is irrational, meaning it is infinite in length, with no ending number. And so it can never go back to the starting point.

  • @anayomatabi1455
    @anayomatabi1455 Před 7 měsíci +2

    I didn't get it , like approximating pi to limited number would cause this error ? And how to calculate it?

  • @srikanthcomputerist
    @srikanthcomputerist Před 7 měsíci +2

    which tool was used for animation? if possible do a tutorial.

  • @impushprajyadav
    @impushprajyadav Před 7 měsíci +1

    Loved it chirag ❤

  • @valeriynefedov5629
    @valeriynefedov5629 Před 7 měsíci +3

    Well, after that explanation I'm really curious... While Pi as a theoretical number is indeed irrational, its computer representation is finite because of memory limit. So with that in mind... Would it ever merge?
    PS This is what "astounding" looks like, I really loved it! Thanks for the effort!

    • @ruddycolors
      @ruddycolors Před 7 měsíci

      I have the same question. Shouldn't it actually merge at some point of time even if it's decades or more.

    • @SherryDC
      @SherryDC Před 7 měsíci

      the pixels on your monitor have a hard limit on how small of a gap between lines it can show, so theoretically it would never merge but on your screen it would look like they do merge because they cant show gaps smaller than a pixel

    • @SherryDC
      @SherryDC Před 7 měsíci

      @@ruddycolors They would merge once you reach infinite time, but without infinite time it would never merge.

    • @ruddycolors
      @ruddycolors Před 7 měsíci

      @@SherryDC i do get the pixel thing. But why would it merge even if it's infinite time since the pattern in non repeating given we have no limit on the computer hardware? What are your thoughts

    • @kolyashinkarev7366
      @kolyashinkarev7366 Před 7 měsíci

      ​@@ruddycolorsI think it would also merge because there is a finite number of pixels on the screen

  • @resting_bus_facejr4956
    @resting_bus_facejr4956 Před 7 měsíci

    Cue the Sisyphus music!

  • @ReadToasts
    @ReadToasts Před 7 měsíci +1

    3.14 minutes is 03 minutes 08 seconds 24 miliseconds, the lenth of the video.

  • @dashil-ish
    @dashil-ish Před 7 měsíci

    Coders... first a donut, now pi?

  • @StereoHead2.0
    @StereoHead2.0 Před 7 měsíci

    Very nice, by the way how exactly do you make these?

  • @AGenericAccount
    @AGenericAccount Před 7 měsíci +1

    Is it just me or is there a lotus petal motif really prominent in the center of the circle?

  • @Rice0987
    @Rice0987 Před 2 měsíci

    If you would start drawing from center it would be complete. :)

  • @ilixer2009
    @ilixer2009 Před 7 měsíci +4

    Omfg this is worse than the dvd logo

  • @meow3343
    @meow3343 Před 6 měsíci

    The same reason why we speculate that the moon is going further from us little by little

  • @niec9821
    @niec9821 Před 6 měsíci

    I really enjoyed your videos. Do you mind letting me know what you use for the animation?

  • @qopparune
    @qopparune Před 5 měsíci +1

    What happens if the starting point is the area where the arm is secured?

  • @julian2789
    @julian2789 Před 4 měsíci

    Make the vid longer plz. Came across the short of yours that blew up. I want to see how itll look after 1 hour

  • @swedemartyrsonswade
    @swedemartyrsonswade Před měsícem

    This is me, the probability of having a boyfriend.

    • @a2z504
      @a2z504 Před měsícem

      The probability of me getting a girlfriend

  • @KhaiOfThe7Seas
    @KhaiOfThe7Seas Před 7 měsíci

    I want that thing in 4k to be my profile picture

  • @brimstonebaker413
    @brimstonebaker413 Před 7 měsíci +3

    Dude, this is sick! What program(s) did you make it with?

  • @dyland7350
    @dyland7350 Před měsícem

    It's almost like the imperfection filled in the gaps and was necessary for the geometry to be filled in? Or am I mistaken?

  • @epicshinji9258
    @epicshinji9258 Před 7 měsíci +1

    I wonder what would happen if you kept this going for like,10 years or something

  • @realchadcat
    @realchadcat Před 7 měsíci +1

    3:14

  • @natokafa5238
    @natokafa5238 Před 7 měsíci

    I think i just watched this exact animation in someone else’s channel. What are the odds

  • @MuhammadIqbalFirdaus-gu4mq
    @MuhammadIqbalFirdaus-gu4mq Před 4 měsíci +1

    I dont understand what the drawing about, 3.14 and what? Can you explain?

  • @blazgfire
    @blazgfire Před 7 měsíci

    Bard gave reference to this video 😇

  • @shridhargsr1063
    @shridhargsr1063 Před 7 měsíci +1

    saw this on instagram randomly, damn, math and coding is cool, but i shit at both,

  • @uncletrashero
    @uncletrashero Před 7 měsíci +2

    OMG this is NOT LONG ENOUGH

    • @user-gp3ek7mz9v
      @user-gp3ek7mz9v Před 7 měsíci

      yes he should make a 3hours 08minutes and 29seconds version

    • @uncletrashero
      @uncletrashero Před 7 měsíci +1

      @@user-gp3ek7mz9v shouldnt it be 3 h 14 m 15.9 s ?

  • @luciengrondin5802
    @luciengrondin5802 Před 7 měsíci +3

    Wait, what happens next?

    • @fascinating.fractals
      @fascinating.fractals  Před 7 měsíci +5

      It never connects! Because pi is irrational !

    • @random.studios
      @random.studios Před 7 měsíci

      If that last little bit was finished it would be 3.14 as pi but pi is irrational so it wouldn't line up so it keeps going

  • @zilldraws
    @zilldraws Před 11 dny

    2 spinning axis, so technically can't you keep adding another axis at each division point and get a rotation from every extra axis?

  • @AdamBelbrik
    @AdamBelbrik Před 7 měsíci

    so you're telling me this thing is never gonna stop?

  • @nuralagus790
    @nuralagus790 Před 7 měsíci

    Ад для перфекциониста! :)

  • @yash_vaish
    @yash_vaish Před 3 měsíci

    🤧

  • @robertmaxa5093
    @robertmaxa5093 Před 6 měsíci

    Godless with a new Chance to paradise der hypercube war dann doch kleiner als ich dachte er macht und schaffe

  • @denwtfwgvm7914
    @denwtfwgvm7914 Před 7 měsíci +1

    Waiting for 3 hour 14 minutes 45 seconds version🗿🗿🗿

    • @user-gp3ek7mz9v
      @user-gp3ek7mz9v Před 7 měsíci

      YES but the timings are wrong because 1h isn't 100 minutes and 1 minute isn't 100 seconds and thats why this video is π secconds long it should be 3hours 08 minutes and 29 seconds

  • @jnhhvygfjj
    @jnhhvygfjj Před 3 měsíci

    song mozart 314hz slowed 😊

  • @mariaaryasophie9024
    @mariaaryasophie9024 Před 7 měsíci

    You should put the credit in the title so more people can see the credit

  • @BuddhaAfterDark
    @BuddhaAfterDark Před 5 měsíci

    what does this look like in 3D? is it a sphere? :D