
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@cedar12/tezero
Advanced tools
基于threejs
.dae、.fbx、.glb、.gltf等模型导入通过 yarn
yarn add git+https://gitee.com/cedar12/tezero.git
通过 npm
npm install git+https://gitee.com/cedar12/tezero.git
<div id="container"></div>
<script>
// 实例化编辑器核心
const tz = new Tezero(document.getElementBy('container'));
</script>
需要引入样式
tezero/dist/style.css
// 实例化编辑器
const tl=new TezeroLayout(document.querySelector('#container'),/*物体组件数据*/,{theme:'light'});
// 编辑器核心
const tz=tl.tezero;
<template>
<div id="container"></div>
</template>
<script setup>
import {ref,onMounted} from 'vue';
import {Tezero} from 'tezero';
const containerRef=ref(null);
onMounted(()=>{
// 实例化编辑器核心 用于自定义编辑器布局
const tz = new Tezero(containerRef.value);
})
</script>
| 键 | 说明 |
|---|---|
| Ctrl + c | 复制选中物体 |
| Ctrl + v | 粘贴物体 |
| Ctrl + z | 撤销 |
| Ctrl + y | 重做 |
| T | 切换到移动物体模式 |
| S | 切换到缩放物体模式 |
| R | 切换到旋转物体模式 |
| Delete | Backspace |

FAQs
一款基于threejs三维组态编辑器
The npm package @cedar12/tezero receives a total of 2 weekly downloads. As such, @cedar12/tezero popularity was classified as not popular.
We found that @cedar12/tezero demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.