実際の Architect.js ファイルをロードする方法を知っている人はいますか? チュートリアルには、source 属性の値が「architect://architect.js」に等しいスクリプト タグがあります。それはどのようなURLですか?明らかに、Web ブラウザーはそれを読み込めません。
1908 次
1 に答える
1
The architect:// protocol identifier is used only when running in Wikitude World Browser, ARchitect Mobile Viewer or within the SDK. It fails in a desktop browser, which is the expected behavior.
If you want to try/test/debug your ARchitect World in the desktop browser you will have to include the ARchitect Desktop Engine (ADE) which can be found at ADE/ade.js.
于 2012-04-02T07:25:29.073 に答える