menu
three_js_advanced_loaders package
documentation
usdz/usdz_zip.dart
USDZIP
shft static method
shft static method
dark_mode
light_mode
shft
static method
int
shft
(
int
p
)
Implementation
static int shft(int p) { return ((p ~/ 8) | 0) + ((p & 7) == 0?(p & 7):1); }
three_js_advanced_loaders package
documentation
usdz/usdz_zip
USDZIP
shft static method
USDZIP class