|
|
@@ -225,6 +225,7 @@ const addModelHandler = createLoadPack(async (attachs: any[]) => {
|
|
|
console.error('--->', item, getSceneModel(item.data), sceneModelMap)
|
|
|
if (getSceneModel(item.data)) {
|
|
|
item.data.rotation = getSceneModel(item.data)!.getDefaultRotation();
|
|
|
+ console.log('rotate', item.data.rotation)
|
|
|
}
|
|
|
});
|
|
|
await asyncTimeout(100);
|