danielcasto / Python-Ray-Tracer-Engine

A simple ray tracer made in pure python
MIT License
0 stars 0 forks source link

Refactor everything to use mainly np arrays #6

Closed danielcasto closed 2 years ago

danielcasto commented 2 years ago

Change lists to np arrays where practical.