问题标签 [archilogic]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
aframe - 光照贴图分辨率
我无法在 Aframe 中显示高分辨率光烘焙 - 只有低分辨率。归档高分辨率光照贴图烘焙是否与 Aframe 兼容?
three.js - 如何更改 Aframe Gizmo for Translation 的样式?
我想为以下图像的平移和旋转样式更改 aframe Gizmo。
如何为https://github.com/aframevr/aframe-inspector/tree/master/src/lib/vendor/threejs更改 TransformControls.js 。
谢谢你。
archilogic - How to loading furniture the data3d.buffer of the local request?
I downloaded the furniture data3d.buffer and some image files to the local server. Do not want the product model to connect to storage.3d.io. But loading the local data3d.buffer shows an error.
browser error:
How can i to download the furniture related files to the local and loading to 3d engines. and I use open source for 3dio-js to study.
Thank you.
next.js - 如何在 next.js 项目中从 url 导入模块
我正在尝试将此示例中的 ArchilogicEmbed 模块用于我的 next.js 项目。
如果我这样导入:
它给了我一个错误说Module not found: Can't resolve 'https://code.archilogic.com/embed-api/v2.0.0/embed.module.js'
我正在努力在 next.js 中完成这项工作。有人可以帮我吗?谢谢
reactjs - Archilogic 在下一个 js 项目中嵌入平面图
我正在尝试使用 Archilogic 嵌入模块在我的 next.js 项目中显示 3d 平面图。
我正在尝试下面的代码,它说:TypeError: ArchilogicEmbed is not a constructor
如何将 ArchilogicEmbed 与 Next.js 一起使用?
这是我正在关注的链接。此链接上的示例显示 ArchilogicEmbed 作为构造函数来初始化查看器,然后将其显示在页面上。