修复:拖拽放置模型时进行吸附

pull/2220/head
ChenX 1 year ago
parent 340922255c
commit 428a2f525a

@ -222,6 +222,7 @@ export default class ResourceStore
let ptRes = await app.Editor.GetPoint({
Msg: "请点击放置位置(按住Ctrl强制穿透):",
Raycast: true,
RaycastFilter: { selectFreeze: true },
Callback: (p, i) =>
{
if (i)

Loading…
Cancel
Save