usesGpuMorphing property
Whether this geometry blends on the GPU (the deltas fit the guaranteed texture dimensions) or falls back to CPU blending.
Implementation
bool get usesGpuMorphing => _packing != null;
Whether this geometry blends on the GPU (the deltas fit the guaranteed texture dimensions) or falls back to CPU blending.
bool get usesGpuMorphing => _packing != null;