Class GraphicalSceneMovieParams#

Inheritance Relationships#

Base Type#

Class Documentation#

class GraphicalSceneMovieParams : public Karana::Models::KModelParams#

Parameters for the GraphicalSceneMovie model.

Public Functions

GraphicalSceneMovieParams(std::string_view name)#

Constructor.

Parameters:

name – - Name of the params.

virtual bool isFinalized() const final#

Used to ensure the params are finalized.

Returns:

true if the params are finalized, `false otherwise.

Public Members

std::string dir = ""#

Directory where the renders will be saved.

std::string filename_prefix = ""#

Filename prefix for each individual file.

bool render_first_frame = true#

If true, then render the frame at the time this model is activated.