VoxelEngine/Lights/Spotlight/Spotlight.py

7 lines
132 B
Python
Raw Normal View History

2020-09-12 12:39:51 +02:00
from Lights.Lights import Light
from OpenGL.GL import *
from MatrixStuff.Transformations import *
class Spotlight(Light):
pass