問題タブ [8thwall-web]

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 投票する
1 に答える
91 参照

javascript - Null in 8th Wall but not in Aframe?

So, I'm trying to get the position of some text in 8th wall and it keeps erroring as "null" but when I log the same thing in aframe it works just fine.

Aframe HTML & JS

8th Wall HTML & JS

Aframe gives me

with a drop down of more info, but 8th wall gives me this

▼ Uncaught TypeError: Cannot read property 'getAttribute' of null at Object. app.js:15:26 at webpack_require bootstrap at (anonymous) bootstrap at (anonymous) dist_b10037af710deed478c4f4e425bebc2509497cc1-8e90da767df8e9b631034f88b9b150fc_bundle.js

0 投票する
1 に答える
189 参照

javascript - Three.js EffectComposer を 8th Wall に追加する方法

three.js 後処理ブルーム効果を 8th Wall で動作させようとしていますが、正しく動作するように見えません。

以下を使用して、head.html に EffectComposer をロードしています。

次に、.js ファイルで three.js シーン、レンダラー、カメラを取得します。

そして、次のように EffectComposer を構築します。

そうしてスクリプトを実行すると、次のエラーが返されます。

undefined はコンストラクターではありません (「new THREE.EffectComposer(renderer)」を評価します)

どんな助けでも大歓迎です!