Mipmapping - Friday Minis 28

Поділитися
Вставка
  • Опубліковано 23 жов 2013
  • How does 3D rendering software optimize drawing of texture maps? We check out a classic technique in this episode of Friday Minis.
    =Image Credit=
    1) "Shiny black marble texture" by Horia Varlan on flickr:
    www.flickr.com/photos/10361931...
    Licensed Creative Commons Attribution 2.0
    creativecommons.org/licenses/b...
    2) MipMap Example on Wikimedia Commons
    en.wikipedia.org/wiki/File:Mip...
    Licensed Creative Commons Attribution-ShareAlike 3.0 Unported
    creativecommons.org/licenses/b...
    = Intro Track Adapted From =
    Blown Away by Kevin MacLeod (incompetech.com)
    Licensed under Creative Commons: By Attribution 3.0
    creativecommons.org/licenses/b...
    ISRC: USUAN120010

КОМЕНТАРІ • 38

  • @bobsmith1226
    @bobsmith1226 6 років тому +2

    Fantastic explanation. You go over each concept in detail while using solid visual examples to show people exactly what you are talking about - the best possible way to help people understand.

    • @NERDfirst
      @NERDfirst  6 років тому +1

      Hello and thank you very much for your comment! That's great to hear, I've achieved exactly what I set out to do then :) Glad you found the video useful!

  • @SebFehr
    @SebFehr 4 роки тому +1

    Thanks, straight to the point, in plain English. Just the concise explanation I was looking for.

    • @NERDfirst
      @NERDfirst  4 роки тому

      You're welcome! Very happy to be of help =)

  • @electrisipio
    @electrisipio 9 років тому +6

    Maybe the best and simple explanation so far..!!
    Well Done! and thanks!

  • @NERDfirst
    @NERDfirst  10 років тому +1

    Cheers! That's the whole point of me doing what I do. I want to help others, that's why I'm making these videos in the first place =)
    I'm very glad to know I helped you, Cole. Have fun working with 3D Graphics =)

  • @imeldaputri910
    @imeldaputri910 25 днів тому

    very well explained. thank you!

    • @NERDfirst
      @NERDfirst  25 днів тому

      You're welcome! Very happy to be of help =)

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

    Very nice video, thanks :)

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

      You're welcome! Glad you liked the video =)

  • @borgestheborg
    @borgestheborg 8 років тому

    Awesome explanation! Keep it up!

    • @NERDfirst
      @NERDfirst  8 років тому

      +Sir Pandalot Thank you very much! Happy to be of help =)

  • @MaxtronZero
    @MaxtronZero 7 років тому

    Thanks for the Video, very well explained.

    • @NERDfirst
      @NERDfirst  7 років тому +1

      You're welcome! Very happy to be of help =)

  • @NERDfirst
    @NERDfirst  10 років тому

    Hello and thank you very much for your comment! Glad you liked the video =)

  • @nikhilverma4976
    @nikhilverma4976 8 років тому

    That was really helpful. Thanks

    • @NERDfirst
      @NERDfirst  8 років тому

      +Nikhil Verma You're welcome! Happy to be of help =)

  • @mrjohnfish
    @mrjohnfish 9 років тому +2

    Nice and to the point, thanks

    • @NERDfirst
      @NERDfirst  9 років тому

      John Connor You're welcome! Glad you found the video useful =)

  • @ColeslawProd
    @ColeslawProd 10 років тому

    Cool video! :D

  • @ColeslawProd
    @ColeslawProd 10 років тому

    Great idea! I'll look into that. I'm glad someone smart like you just tries to help me even if you don't really know who I am! My name is Cole if you were wondering. :)

  • @ColeslawProd
    @ColeslawProd 10 років тому +1

    Do you think you could do a tutorial on 3D rendering on its own? I have a 3DS running petit computer, and it doesn't have 3D rendering commands. Is there a way I can have 3D rendering by having a 3D render engine in the code which will then put the objects on screen? I am pretty possible it's gonna be slow, but I still want to do it. :)

  • @NERDfirst
    @NERDfirst  10 років тому +1

    Hello again! =)
    I never got past the wireframe stage myself =P That already took quite a lot of calculations, and it was doubly hard to do on a touchscreen mobile device.
    Petit Computer runs BASIC though, doesn't it? Perhaps you could study some open source BASIC 3D library, and that would help you greatly. You might even be able to port it, if there isn't too much code.

  • @ellenshelley5066
    @ellenshelley5066 8 років тому

    Omg thank you!

    • @NERDfirst
      @NERDfirst  8 років тому

      +Ellen Shelley You're welcome! Happy to be of help =)

  • @ColeslawProd
    @ColeslawProd 10 років тому

    I mean, I will be satisfied with just how to do simple wireframe 3D rendering if mapping textures and lighting is too difficult. Plus, petit computer is a kind of obscure app, so I don't know if many libraries are written for its language, but I'll check anyway. I'll tell you if I find something. :)

  • @NERDfirst
    @NERDfirst  10 років тому

    Haha I managed to pick up on that anyway =D

  • @StreetArtist360
    @StreetArtist360 10 років тому

    thanks kiddo. You really helped me.

    • @NERDfirst
      @NERDfirst  10 років тому

      You're welcome! Very happy to be of help =) Thank you very much for your comment!

    • @StreetArtist360
      @StreetArtist360 10 років тому

      Keep it up.

    • @NERDfirst
      @NERDfirst  10 років тому

      I will! Thanks again =)

  • @NERDfirst
    @NERDfirst  10 років тому

    Hello again!
    I'm afraid writing a 3D engine is no trivial task. The code is extremely math heavy and would require a lot of components. I tried it once back then when I coded for Palm OS, nearly drove me to tears =P
    I don't know anywhere near enough yet to shoot a proper guide. Perhaps a good way into the future, I could attempt it. As for you, I would recommend you look for a pre-made library, especially if you just want to do 3D graphics.

  • @ColeslawProd
    @ColeslawProd 10 років тому

    Fail, I just found a mistake in a comment. I wrote "I'm pretty possible it's going to be slow.", I meant to write "I'm pretty POSITIVE it is going to be slow." Must be that dang autocorrect! xD

  • @ColeslawProd
    @ColeslawProd 10 років тому

    *With 2D painting commands.

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

    i love you

  • @xyrilltaroma3596
    @xyrilltaroma3596 4 роки тому

    U look like ZHC

    • @NERDfirst
      @NERDfirst  4 роки тому

      Hello and thank you for your comment! So I've heard, heh. I'm not sure if he'll appreciate the comparison though =P