- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/imgntn/j360
- 软件文档: https://github.com/imgntn/j360
软件介绍
j360 是 Three.js 的一个扩展,实现了 360 度的视频和图像捕获。j360 依赖于 CCapture.js 。
示例代码:
// Create a capturer that exports Equirectangular 360 JPG images in a TAR file
var capturer360 = new CCapture({
format: 'threesixty',
display: true,
autoSaveTime: 3,
});
capturer360.capture(canvas);
function startCapture360(event) {
capturer360.start();
}
function stopCapture360(event) {
capturer360.stop();
}Algorithms Unlocked
Thomas H. Cormen / The MIT Press / 2013-3-1 / USD 25.00
Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is pro......一起来看看 《Algorithms Unlocked》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
SHA 加密
SHA 加密工具
