UNPKG
gltf-loader-ts
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.1.0-alpha
Engine-agnostic glTF 2.0 loader in TypeScript
github.com/bwasty/gltf-loader-ts
bwasty/gltf-loader-ts
gltf-loader-ts
/
lib
/
glb-decoder.d.ts
7 lines
(6 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
BINARY_HEADER_MAGIC
=
"glTF"
;
export
declare
class
GLTFBinaryData
{
json
:
string
;
binaryChunk
:
Uint8Array
;
constructor
(
data
:
ArrayBuffer
); }