Intro to Graphics 18 - Rendering Algorithms

แชร์
ฝัง

ความคิดเห็น • 19

  • @shoryaagarwal561
    @shoryaagarwal561 2 ปีที่แล้ว +14

    I really appreciate the efforts put in the lecture series , this is full university level education for free, accessible to everyone . Your enthusiasm related to computer graphics , is really contagious ! Hope to learn more from you in upcoming lectures.

  • @EAIOIAE
    @EAIOIAE 3 หลายเดือนก่อน +2

    Thank you Cem! Love the raw creative energy these videos have! 🙂

  • @sicongzhao1497
    @sicongzhao1497 2 ปีที่แล้ว +2

    The 'GoodBye' gesture combined with 'Ok I will see you then' at the end of each video is iconic! I kept learning because of that, lol.

  • @rupeshmandke
    @rupeshmandke 2 ปีที่แล้ว +5

    Cem has mastered the art of explaining concepts so beautifully. Love this playlist, hope it never ends :)

  • @martinkubanda4271
    @martinkubanda4271 5 วันที่ผ่านมา +1

    Super video! Thank you

  • @fatemermg7490
    @fatemermg7490 2 ปีที่แล้ว +2

    Thank you so much for uploading new lessons. Very much appreciated.

  • @cesarhimura
    @cesarhimura ปีที่แล้ว +1

    Excellent explanation about Ray Tracing!

  • @iyadahmed3773
    @iyadahmed3773 ปีที่แล้ว +1

    One of highest quality content out there! 🙏

  • @user-tu3gl7ye3e
    @user-tu3gl7ye3e 5 หลายเดือนก่อน

    thanks for sharing the content!

  • @obayev
    @obayev 4 หลายเดือนก่อน

    Thank you so much 🙏🏻☺️

  • @pikuma
    @pikuma 2 ปีที่แล้ว

    Fun lecture.

  • @prabhakarsingh9383
    @prabhakarsingh9383 ปีที่แล้ว

    Thank you ..!!!!!!!

  • @GobalKrishnanV
    @GobalKrishnanV 20 วันที่ผ่านมา

    Need books related Rasterization. without using OpenGL or other Api's

  • @Murilo_Oak
    @Murilo_Oak ปีที่แล้ว

    this is gold

  • @harrysvensson2610
    @harrysvensson2610 2 ปีที่แล้ว

    5 min read, TL;DR why not just use an FPGA for the HWRT?:
    I've gone through all these videos up to this point. Really great material, I've learned a lot. However there seems to be a lot of "hacks" going around in the background. Such as the perspective matrix, using the W=Z to get X/Z and Y/Z in the canonical space.
    At 1:02:41 you mention that you're in the HWRT group for designing GPU's that more or less will only be raytracing to render the scene. How come the HWRT group focus on making dedicated hardware just for this instead of using an FPGA? It doesn't even have to be fast, 50 MHz would definitely suffice. Then the VHDL/Verilog code you upload would become the shaders.. well... all the settings actually, and it would be extremely fast. My bets are that it would outperform a GPU easily since you can define your own multipliers and adders in your own custom pipeline.
    Because throughout the video series it looks like people more or less want to use an FPGA but they don't seem to know what an FPGA is and are forced to use the awkward GPU pipeline architecture. My reasoning for saying this is related to how you set the texture sampler (among many other things), it's very clunky. First you attach a texture to the texture unit and then the texture unit to a program. Overall the way you use the GPU is very awkward and what you're actually trying to do is VHDL/Verilog but in some GLSL instead. Had everything been on an FPGA (attached to the PCIE) there wouldn't have been any problems doing anything really, even the pipeline I assume you're trying to design with an absurd amount of raytracing. The price range I'm talking about would be what a typical GPU costs on the market today for your average Joe, around $300.

    • @cem_yuksel
      @cem_yuksel  2 ปีที่แล้ว +1

      Unfortunately, FPGA is much slower than dedicated hardware and it is not nearly fast enough. It is not even a good solution for replacing the shader software on the GPU and it is certainly not an alternative to actual hardware. FPGA has its use cases, but real-time graphics does not seem to be one, at least not today.

    • @harrysvensson2610
      @harrysvensson2610 2 ปีที่แล้ว

      ​@@cem_yuksel Huh interesting, and here I thought an FPGA was like a Swiss Army knife when it came to parallel problems.
      Thanks for the response. I really appreciate it.

  • @anlcangulkaya6244
    @anlcangulkaya6244 2 ปีที่แล้ว +1

    why someone dislike

  • @ysahillioglu
    @ysahillioglu 2 ปีที่แล้ว

    raster of puppets