diff --git a/classes/F2dDownloader.html b/classes/F2dDownloader.html index 79e78e9..553e326 100644 --- a/classes/F2dDownloader.html +++ b/classes/F2dDownloader.html @@ -1 +1 @@ -
Generated using TypeDoc
Generated using TypeDoc
Initializes the writer.
-Outputs scene into glTF.
Complete scene in intermediate, in-memory format.
diff --git a/classes/SvfDownloader.html b/classes/SvfDownloader.html index 9d646fb..5245d7e 100644 --- a/classes/SvfDownloader.html +++ b/classes/SvfDownloader.html @@ -1 +1 @@ -Generated using TypeDoc
Generated using TypeDoc
Retrieves, parses, and iterates over all SVF fragments.
Async iterator over parsed fragments.
-Retrieves, parses, and iterates over all SVF geometry metadata.
Async iterator over parsed geometry metadata.
-Retrieves, parses, and iterates over all SVF materials.
Async iterator over parsed materials (or null values for unsupported material types).
-Retrieves, parses, and iterates over all meshes, lines, or points in a specific SVF meshpack.
Async iterator over parsed meshes, lines, or points (or null values for unsupported mesh types).
-Retrieves raw binary data of a specific SVF asset.
Asset URI.
Asset content.
-Retrieves parsed SVF manifest.
SVF manifest.
-Gets the number of available mesh packs.
-Retrieves parsed SVF metadata.
SVF metadata.
-Retrieves and parses the property database.
Property database reader.
-Finds URIs of all image assets referenced in the SVF. These can then be retrieved using getAsset.
Image asset URIs.
-Reads the entire scene and all its referenced assets into memory. In cases where a more granular control is needed (for example, when trying to control memory consumption), consider parsing the different SVF elements individually, using methods like readFragments, enumerateGeometries, etc.
Intermediate, in-memory representation of the loaded scene.
-Retrieves, parses, and collects all SVF fragments.
List of parsed fragments.
-Retrieves, parses, and collects all SVF geometry metadata.
List of parsed geometry metadata.
-Retrieves, parses, and collects all SVF materials.
List of parsed materials (or null values for unsupported material types).
-Retrieves, parses, and collects all meshes, lines, or points in a specific SVF meshpack.
Index of mesh pack file.
List of parsed meshes, lines, or points (or null values for unsupported mesh types).
-
Utility class for serializing parsed 3D content to local file system as glTF (2.0).
-