usesGpuMorphing property

bool get usesGpuMorphing
inherited

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;