
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
viewergallery
Advanced tools
BIM轻量化平台是一个互联网三维可视化解决方案。包括BIM轻量化引擎和业务组件。
BIM轻量化引擎是……。包括BIM模型数据可视化组件、模型数据库、模型转换引擎。
BIM模型数据可视化组件(viewer)是……。
在html文件中添加SippreepViewer.bundle.js和一个div
<script type="text/javascript" src="http://bimviewer.aisanwei.cn/viewer/SippreepViewer.bundle.js"></script>
<div id="viewer1"> </div>
在js文件中创建viewer
var viewerPromise = SippreepViewer.CreateViewer(document.getElementById("viewer1"));
在js文件中加载viewer的插件
var TidbLoaderExtensionPromise = viewerPromise.then((viewer) => {return viewer.loadExtension("Sippreep.Extensions.TidbLoader.TidbLoaderExtension");});
在js文件中使用插件的功能
var modelPromise = TidbLoaderExtensionPromise.then((v) => {
var v1 = v;
v1.getConfig().host = host;
v1.getConfig().token = token
return v1.loadScene(sceneID);
});
FAQs
BIM轻量化平台是一个互联网三维可视化解决方案。包括BIM轻量化引擎和业务组件。
We found that viewergallery 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.