An image of the utah teapot (a teapot partucularly known for appearing in 3D animated movies and computer graphics demos) displayed in a wireframe style. The wireframe is white and the background is pitch black. This is part of a 3d renderer I am developing in python for my school project.

    • Smorty [she/her]OP
      link
      85 months ago

      Oh yes it is. I improved the render times just now from 1 fps to 2ish fps, so it’s a bit better now, but yeah it’s really not that fast. Maybe I should use some compute shader library to speed up that calculation process… But then I’d be sending some data to the GPU, just to receive it again and then send it back again so that it renders it, so that would also increase frame time again.