2023-03-02 02:06:13 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf8" />
|
2023-12-01 17:47:29 +08:00
|
|
|
<title>模型转投影蓝图在线工具</title>
|
2023-03-02 02:06:13 +08:00
|
|
|
<meta
|
|
|
|
name="description"
|
|
|
|
content="A tool to convert 3D models into Minecraft formats such as .schematic, .litematic, .schem and .nbt."
|
2023-03-03 03:51:53 +08:00
|
|
|
/>
|
2023-03-02 02:06:13 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta property="og:title" content="ObjToSchematic" />
|
2023-03-03 03:51:53 +08:00
|
|
|
<meta
|
|
|
|
property="og:description"
|
|
|
|
content="A tool to convert 3D models into Minecraft formats such as .schematic, .litematic, .schem and .nbt."
|
|
|
|
/>
|
2023-03-02 02:06:13 +08:00
|
|
|
<meta property="og:type" content="website" />
|
|
|
|
<meta property="og:url" content="https://objtoschematic.com/" />
|
|
|
|
<meta property="og:image" content="https://i.imgur.com/TwdIpyb.png" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2023-03-03 03:51:53 +08:00
|
|
|
<div class="content">
|
2023-03-12 05:14:19 +08:00
|
|
|
<div class="split column-sidebar">
|
|
|
|
<div class="split column-properties" id="properties"></div>
|
|
|
|
<div class="split column-console" id="console">
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-03-21 03:08:38 +08:00
|
|
|
<div class="split column-canvas" id="col-canvas">
|
2023-03-03 03:51:53 +08:00
|
|
|
<canvas id="canvas"></canvas>
|
|
|
|
<div class="toolbar" id="toolbar"></div>
|
|
|
|
</div>
|
2023-03-02 02:06:13 +08:00
|
|
|
</div>
|
2023-03-03 03:51:53 +08:00
|
|
|
<script
|
|
|
|
async
|
|
|
|
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9188679203215896"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
></script>
|
2023-03-02 02:06:13 +08:00
|
|
|
</body>
|
|
|
|
</html>
|