17 lines
501 B
TypeScript
17 lines
501 B
TypeScript
import React from "react";
|
|
import LineBabylon from "../../babylonjs/LineBabylon";
|
|
import MybabylonJS_1 from "../../babylonjs/MybabylonJS_1";
|
|
import {Observable} from "@babylonjs/core";
|
|
// import LineID from "../../store/ChangeLineID";
|
|
|
|
function CenterUpE() {
|
|
return (
|
|
<div className="block_16_E flex-col fineWin">
|
|
<div className="fineWin-footer"/>
|
|
<LineBabylon />
|
|
{/* <MybabylonJS_1 modelPath={`line${LineID}`} /> */}
|
|
</div>
|
|
)
|
|
}
|
|
|
|
export default CenterUpE; |