Skip to content

Adds deprecation message for XR #5057

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/fragments/lib/xr/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<Callout warning>

The XR category is on a deprecation path. Please see [https://github.com/aws-samples/aws-tools-for-babylonjs-editor](https://github.com/aws-samples/aws-tools-for-babylonjs-editor) for examples
on using AWS services with Babylon.js

</Callout>

The XR category enables you to work with augmented reality (AR) and virtual reality (VR) content within your applications. The XR category has built-in support for Amazon Sumerian.

## Publishing a scene
Expand Down
7 changes: 7 additions & 0 deletions src/fragments/lib/xr/sceneapi.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<Callout warning>

The XR category is on a deprecation path. Please see [https://github.com/aws-samples/aws-tools-for-babylonjs-editor](https://github.com/aws-samples/aws-tools-for-babylonjs-editor) for examples
on using AWS services with Babylon.js

</Callout>

## Using optional progress handlers and options

To configure the appearance and the behavior of your Sumerian scene, you can use `sceneOptions` parameter in the method call:
Expand Down