Commit 48c3bc17 authored by wuhao's avatar wuhao 🎯

删除 alert

parent c066ae63
Pipeline #7785 passed with stages
in 37 minutes and 50 seconds
...@@ -44,10 +44,6 @@ function Sphere({ position, CoordinatePoint, CurGongjianPoint }) { ...@@ -44,10 +44,6 @@ function Sphere({ position, CoordinatePoint, CurGongjianPoint }) {
const Model = ({ url, rotation, scale }) => { const Model = ({ url, rotation, scale }) => {
const [position, setPosition] = useState([0, 0, 0]); const [position, setPosition] = useState([0, 0, 0]);
console.log("====================================");
console.log(rotation, scale);
alert(0)
console.log("====================================");
const rotations = useMemo(() => { const rotations = useMemo(() => {
return rotation.map((it, i) => { return rotation.map((it, i) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment