|
@@ -337,6 +337,8 @@ export class GeometryBufferRenderer {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ mesh._internalAbstractMeshDataInfo._isActiveIntermediate = false;
|
|
|
|
+
|
|
// Velocity
|
|
// Velocity
|
|
if (this._enableVelocity && !this._previousTransformationMatrices[mesh.uniqueId]) {
|
|
if (this._enableVelocity && !this._previousTransformationMatrices[mesh.uniqueId]) {
|
|
this._previousTransformationMatrices[mesh.uniqueId] = {
|
|
this._previousTransformationMatrices[mesh.uniqueId] = {
|