VoxelEngine/Lights/Spotlight/Spotlight.py
2020-09-12 12:39:51 +02:00

7 lines
132 B
Python

from Lights.Lights import Light
from OpenGL.GL import *
from MatrixStuff.Transformations import *
class Spotlight(Light):
pass