Click or drag to resize
Ab4d.SharpEngine logo

ObjExporterAddScene Method

Add scene and its contents to list of items to export. Multiple scenes can be added to exporter, but the first one (with index 0) is always marked as active in the model file.

Namespace: Ab4d.SharpEngine.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public void AddScene(
	Scene scene
)

Parameters

scene  Scene
scene to export
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Utilities.ObjExporter.AddScene(Ab4d.SharpEngine.Scene)"]

See Also