問題タブ [sceneform]
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.
android - Sceneform SDK: 平面以外のものに 3D レンダリング可能なものを追加する方法
手首に装着した時計の 3D モデルをレンダリングするアプリを開発しようとしています。ただし、Sceneform SDK は平面のみを検出します。
手首の写真を拡張して画像を拡張しようとしましたが、特徴点が少なすぎて手首が検出されませんでした。
それを行う方法について何か提案はありますか?私は Android 開発者であり、ARCore で Sceneform SDK を使用しています。Unity の経験はありません。
助けてください!!
android - sceneView.getSession() は null を返します
arFragment を使用したシーンフォーム サンプル hellosceneform アプリがあり、カスタム座標にオブジェクトを追加したいと考えています。このために、私が理解したように、アンカーを追加してノードなどを作成するセッションが必要です。しかし、それarFragment.getArSceneView().getSession()
を呼び出すために実行するとcreateAnchor()
、null
. nullでないセッションを取得するには?
PS arFragment は、標準の hellosceneform の ux フラグメントです。
arFragment = (ArFragment) getSupportFragmentManager().findFragmentById(R.id.ux_fragment)