Skip to content

Kuesa::GLTF2Import::Uri

Functions

Name
Kind kind(const String & uri)
Url absoluteUrl(const String & uri, const Dir & basePath)
String localFile(const String & uri, const Dir & basePath)
String cleanedResourceUri(const String & uri)
ByteArray parseEmbeddedData(const String & uri)
ByteArray toBase64Uri(const ByteArray & arr)
ByteArray fetchData(const String & uri, const Dir & basePath, bool & success)

Functions Documentation

function kind

1
2
3
Kind kind(
    const String & uri
)

function absoluteUrl

1
2
3
4
Url absoluteUrl(
    const String & uri,
    const Dir & basePath
)

function localFile

1
2
3
4
String localFile(
    const String & uri,
    const Dir & basePath
)

function cleanedResourceUri

1
2
3
String cleanedResourceUri(
    const String & uri
)

function parseEmbeddedData

1
2
3
ByteArray parseEmbeddedData(
    const String & uri
)

function toBase64Uri

1
2
3
ByteArray toBase64Uri(
    const ByteArray & arr
)

function fetchData

1
2
3
4
5
ByteArray fetchData(
    const String & uri,
    const Dir & basePath,
    bool & success
)

Updated on 2022-10-18 at 11:12:50 +0200