
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
mskalign-3d
Advanced tools
这是一个基于 Three.js 的 3D 脊柱对齐可视化演示项目。
npm run build
准备资源文件(见下方说明)
使用 HTTP 服务器运行项目:
# 使用 Python 3
python -m http.server 8000
# 或使用 Node.js serve
npx serve .
# 或使用 PHP
php -S localhost:8000
http://localhost:8000需要在 GLB/ 目录下放置以下脊椎模型文件:
颈椎 (Cervical):
胸椎 (Thoracic):
腰椎 (Lumbar):
在 images/ 目录下放置背景图片:
human.jpg - 人体轮廓背景图可以通过修改 index.html 中的 JavaScript 代码来自定义配置:
// 更新配置示例
mskalign3D.updateConfig({
background: {
imagePath: "./images/custom-background.jpg",
opacity: 0.5,
},
vertebrae: {
positioning: {
spacing: 1.2,
},
},
});
Q: 页面显示空白? A: 检查是否使用 HTTP 服务器运行,并确保 GLB 模型文件存在。
Q: 模型加载失败? A: 确保 GLB 文件路径正确,文件格式正确,并且文件没有损坏。
Q: 性能问题? A: 尝试减少模型复杂度,或在低端设备上降低渲染质量。
MIT License
FAQs
这是一个基于 Three.js 的 3D 脊柱对齐可视化演示项目。
The npm package mskalign-3d receives a total of 4 weekly downloads. As such, mskalign-3d popularity was classified as not popular.
We found that mskalign-3d demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.