Html5SaveOptions

Html5SaveOptions class

Save options for HTML5

public class Html5SaveOptions : SaveOptions

Constructors

Name Description
Html5SaveOptions() Constructor of Html5SaveOptions with all default settings.

Properties

Name Description
CameraPosition { get; set; } Gets or sets the initial position of the camera, default value is (10, 10, 10)
Encoding { get; set; } Gets or sets the default encoding for text-based files. Default value is null which means the importer/exporter will decide which encoding to use.
FarPlane { get; set; } Gets or sets the far plane of the camera, default value is 1000.
FieldOfView { get; set; } Gets or sets the field of the view, default value is 45, measured in degree.
FileFormat { get; } Gets the file format that specified in current Save/Load option.
FileName { get; set; } The file name of the exporting/importing scene. This is optional, but useful when serialize external assets like OBJ’s material.
FileSystem { get; set; } Allow user to handle how to manage the external dependencies during load/save.
LookAt { get; set; } Gets or sets the default look at position, default value is (0, 0, 0)
LookupPaths { get; set; } Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
NearPlane { get; set; } Gets or sets the near plane of the camera, default value is 1
OrientationBox { get; set; } Display a orientation box. Default value is true.
ShowGrid { get; set; } Display a grid in the scene. Default value is true.
ShowRulers { get; set; } Display rulers of x/y/z axes in the scene to measure the model. Default value is false.
ShowUI { get; set; } Display a simple UI in the scene. Default value is true.
UpVector { get; set; } Gets or sets the up vector, value can be “x”/“y”/“z”, default value is “y”

See Also