Raytracing: Added Lux Feature
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "RayFeature.h"
|
||||
#include "RayProject.h"
|
||||
#include "RaySegment.h"
|
||||
#include "LuxFeature.h"
|
||||
|
||||
extern struct PyMethodDef Raytracing_methods[];
|
||||
|
||||
@@ -51,6 +52,7 @@ void AppRaytracingExport initRaytracing()
|
||||
Raytracing::RaySegment ::init();
|
||||
Raytracing::RayFeature ::init();
|
||||
Raytracing::RayProject ::init();
|
||||
Raytracing::LuxFeature ::init();
|
||||
|
||||
|
||||
(void) Py_InitModule("Raytracing", Raytracing_methods); /* mod name, table ptr */
|
||||
|
||||
Reference in New Issue
Block a user