Skip to content
Snippets Groups Projects
Commit a39f5f6f authored by Benjamin Koltes's avatar Benjamin Koltes
Browse files

+ propre

parent 632b11c8
Branches
No related tags found
No related merge requests found
from raytracer import *
from scene import *
from light import *
from camera import *
class RenderSetup:
def __init__(self):
pass
def read(self, filename):
f = open(filename, 'r')
string = f.read()
f.close()
return string
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment