This repository provides reference content for testng and demos with the XR Player.
Additional information can be found at: https://5g-mag.github.io/Getting-Started/pages/xr-media-integration-in-5g/
See individual directories for detailed information.
Asset | Description | Properties |
---|---|---|
studio_apartment.gltf![]() |
Reference asset to demo MEDIA in a scene represeting a studio apartment |
MPEG_media MPEG_accessor_timed MPEG_buffer_circular MPEG_texture_video MPEG_audio_spatial |
Asset | Description | Properties |
---|---|---|
scene_anchoring.gltf![]() |
Reference asset to demo ANCHORING with a 3D model of the Academy Award statuette |
MPEG_anchor |
Asset | Description | Properties |
---|---|---|
scene.gltf![]() |
Reference asset to demo ANCHORING with a 3D model of a small sofa |
MPEG_anchor |
Reference assets for testing are listed here.
In order to contribute, open a pull request on the development
branch.
For all contributions, the following rules apply:
-
All submitted models must pass the glTF-Validator.
-
Each model must provide its own metadata and be illustrated with a screenshot.
-
The metadata must include the correct and complete legal information (ownership, copyright, and license).
-
A README for the subdirectory containing the model must be created. A script is proposed to generate these README draft from the metadata files. The README files submitted can be extended with additionnal information (eg. usage, extended description, ...).
The metadata file json format is as follow:
{
"legal": [
{
"owner": "",
"year": "",
"license": "",
"licenseUrl": "",
"what": ""
}
],
"tags": [],
"screenshot": "metadata/screenshot.jpg",
"name": "",
"path": "",
"summary": ""
}
- path : is relative to the gltf file.
- tags : tags will be curated. Currently, "testing" is the only tag used.
If you have any questions, please submit an issue.