Method AddViewPoint
AddViewPoint(string)
Adds a view point at the end of the list of view points registered in the scene. The view point will have the characterictics of the current observer.
Declaration
public Scene.ViewPoint AddViewPoint(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Name of the view point. Should not be empty. |
Returns
Type | Description |
---|---|
Scene.ViewPoint | Created view point |