Skip to content

Commit

Permalink
Add first tutorial videos.
Browse files Browse the repository at this point in the history
  • Loading branch information
digisomni committed Oct 1, 2024
1 parent 6536d7c commit aa51c99
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/assets/Creating_Web_Entities.mov
Git LFS file not shown
3 changes: 3 additions & 0 deletions docs/assets/Creating_Zone_Entities.mov
Git LFS file not shown
3 changes: 3 additions & 0 deletions docs/assets/Exporting_Your_World.mov
Git LFS file not shown
3 changes: 3 additions & 0 deletions docs/assets/Generating_Lightmaps.mov
Git LFS file not shown
3 changes: 3 additions & 0 deletions docs/assets/Importing_Legacy_World.mov
Git LFS file not shown
41 changes: 41 additions & 0 deletions docs/general.md → docs/general.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,47 @@ When using instances and LOD together, be sure to duplicate only `LOD0` when pla

:::

### Web Entities

import webEntityVideo from './assets/Creating_Web_Entities.mov';

<video controls width="100%">
<source src={webEntityVideo}/>
</video>

### Zones

import zoneEntityVideo from './assets/Creating_Zone_Entities.mov';

<video controls width="100%">
<source src={zoneEntityVideo}/>
</video>

### Import (Legacy Worlds)

import importLegacyVideo from './assets/Importing_Legacy_World.mov';

<video controls width="100%">
<source src={importLegacyVideo}/>
</video>

### Export

import exportVideo from './assets/Exporting_Your_World.mov';

<video controls width="100%">
<source src={exportVideo}/>
</video>


### Lightmaps

import lightmapVideo from './assets/Generating_Lightmaps.mov';

<video controls width="100%">
<source src={lightmapVideo}/>
</video>

### Model Types

Vircadia officially supports [glTF 2.0 models](https://www.khronos.org/gltf/).
Expand Down

0 comments on commit aa51c99

Please sign in to comment.