问题标签 [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.

0 投票
0 回答
109 浏览

aframe - 光照贴图分辨率

我无法在 Aframe 中显示高分辨率光烘焙 - 只有低分辨率。归档高分辨率光照贴图烘焙是否与 Aframe 兼容?

https://appcreator.3d.io/iQrBlG?m=nv

3D.io 渲染器似乎比 Archilogic 查看器更嘈杂。 帧中的放大噪声

0 投票
1 回答
98 浏览

three.js - 如何更改 Aframe Gizmo for Translation 的样式?

我想为以下图像的平移和旋转样式更改 aframe Gizmo。

在此处输入图像描述

如何为https://github.com/aframevr/aframe-inspector/tree/master/src/lib/vendor/threejs更改 TransformControls.js 。

谢谢你。

0 投票
0 回答
87 浏览

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.

0 投票
0 回答
75 浏览

archilogic - aframe:轨道控制不适用于 3dio.js

如何解决轨道控制在 3dio.js 上不起作用的问题?

本网站代码示例为: https ://glitch.com/edit/#!/silk-teeth

谢谢你。

0 投票
0 回答
15 浏览

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 中完成这项工作。有人可以帮我吗?谢谢

0 投票
2 回答
99 浏览

reactjs - Archilogic 在下一个 js 项目中嵌入平面图

我正在尝试使用 Archilogic 嵌入模块在我的 next.js 项目中显示 3d 平面图。

我正在尝试下面的代码,它说:TypeError: ArchilogicEmbed is not a constructor

如何将 ArchilogicEmbed 与 Next.js 一起使用?

这是我正在关注的链接。此链接上的示例显示 ArchilogicEmbed 作为构造函数来初始化查看器,然后将其显示在页面上。

这是来自 Archilogic 的代码框示例