<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I was looking through the light class and I saw we have two light types: SCENE_LIGHT and  HEAD_LIGHT. Is it possible for us to rename the SCENE_LIGHT to SPOT_LIGHT or POINT_LIGHT
 depending on how it's used? I understand VTK names them this way, but this isn't common practice. Usually in CG, there are three common light types: point lights, spot lights, and directional lights. A head light would just be a spotlight centered at the camera.
<div><br>
</div>
<div>Also, for implementing PBR, I will need to implement environmental light types, and that could get confused with scene lights.</div>
</div>
</body>
</html>