menu
three_js_advanced_loaders package
documentation
usdz/usdz_zip.dart
USDZIP
b4 static method
b4 static method
dark_mode
light_mode
b4
static method
int
b4
(
dynamic
d
,
dynamic
b
)
Implementation
static int b4(d, b) { return (d[b] | (d[b + 1] << 8) | (d[b + 2] << 16) | (d[b + 3] << 24)) >>> 0; }
three_js_advanced_loaders package
documentation
usdz/usdz_zip
USDZIP
b4 static method
USDZIP class