メインコンテンツへスキップ

LandingPage.pipelineModule()

LandingPage.pipelineModule()

概要

パイプラインモジュールを作成します。インストールされると、プロジェクトにランディングページの機能が追加されます。

パラメータ

なし

戻り値

プロジェクトにランディングページの機能を追加するパイプラインモジュールです。

A-Frame以外の例

// ここで設定する
LandingPage.configure({
mediaSrc: 'https://domain.com/bat.glb',
sceneEnvMap: 'hill',
})
XR8.addCameraPipelineModules([
XR8.GlTextureRenderer.pipelineModule(),
XR8.Threejs.pipelineModule(),
XR8.XrController.pipelineModule(),
XRExtras.FullWindowCanvas.pipelineModule(),
XRExtras.Loading.pipelineModule(),
XRExtras.RuntimeError.pipelineModule(),
// Added here
LandingPage.pipelineModule(),
...
])