Это видео недоступно.
Сожалеем об этом.

Mipmapping - Friday Minis 28

Поделиться
HTML-код
  • Опубликовано: 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/...
    Licensed Creative Commons Attribution 2.0
    creativecommons...
    2) MipMap Example on Wikimedia Commons
    en.wikipedia.or...
    Licensed Creative Commons Attribution-ShareAlike 3.0 Unported
    creativecommons...
    = Intro Track Adapted From =
    Blown Away by Kevin MacLeod (incompetech.com)
    Licensed under Creative Commons: By Attribution 3.0
    creativecommons...
    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!

  • @electrisipio
    @electrisipio 9 лет назад +6

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

  • @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 =)

  • @imeldaputri910
    @imeldaputri910 Месяц назад

    very well explained. thank you!

    • @NERDfirst
      @NERDfirst  Месяц назад

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

  • @MaxtronZero
    @MaxtronZero 8 лет назад

    Thanks for the Video, very well explained.

    • @NERDfirst
      @NERDfirst  8 лет назад +1

      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 =)

  • @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 =)

  • @borgestheborg
    @borgestheborg 8 лет назад

    Awesome explanation! Keep it up!

    • @NERDfirst
      @NERDfirst  8 лет назад

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

  • @nikhilverma4976
    @nikhilverma4976 8 лет назад

    That was really helpful. Thanks

    • @NERDfirst
      @NERDfirst  8 лет назад

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

  • @NERDfirst
    @NERDfirst  10 лет назад

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

  • @ColeslawProd
    @ColeslawProd 10 лет назад

    Cool video! :D

  • @mrjohnfish
    @mrjohnfish 10 лет назад +2

    Nice and to the point, thanks

    • @NERDfirst
      @NERDfirst  10 лет назад

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

  • @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. :)

  • @ellenshelley5066
    @ellenshelley5066 8 лет назад

    Omg thank you!

    • @NERDfirst
      @NERDfirst  8 лет назад

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

  • @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. :)

  • @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.

  • @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. :)

  • @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 =)

  • @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

  • @NERDfirst
    @NERDfirst  10 лет назад

    Haha I managed to pick up on that anyway =D

  • @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.

  • @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