Still wrestling with a good way to hide the packing
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
// Both will create the view matrix, view res buffer
|
||||
void create_viewport(int width, int height, float v_fov, float h_fov) override;
|
||||
|
||||
void assign_lights(std::vector<LightController> *lights) override;
|
||||
void assign_lights(std::vector<LightController::PackedData> *data) override;
|
||||
void assign_lights();
|
||||
void assign_map(Old_Map *map) override;
|
||||
void assign_camera(Camera *camera) override;
|
||||
|
||||
Reference in New Issue
Block a user