Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
39 changes: 39 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Deploy to GitHub Pages

on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
path: ./docs # The root location of your Astro project inside the repository. (optional)
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)

deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# build output
dist/

# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

# jetbrains setting folder
.idea/
4 changes: 4 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"recommendations": ["astro-build.astro-vscode"],
"unwantedRecommendations": []
}
11 changes: 11 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}
4 changes: 4 additions & 0 deletions ALab/baked_procedurals/main.usda
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#usda 1.0
(
doc = "This is a placeholder layer to be replaced with the baked_procedurals package available as an additional download. Get it to see hair and cloth on the characters!"
)
28 changes: 28 additions & 0 deletions ALab/entity/alab_set01/alab_set01.usda
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#usda 1.0
(
defaultPrim = "root"
subLayers = [
@assembly/alab_set01_assembly.usda@
]
upAxis = "Y"
)

def "root" (
prepend apiSchemas = ["GeomModelAPI"]
assetInfo = {
string entityType = "environment"
string name = "alab_set01"
}
prepend inherits = </__class__/alab_set01>
kind = "assembly"
prepend specializes = </_root_type>
)
{
}

class Scope "_root_type" (
doc = "This prim holds the 'fallback' type of the default root prim"
)
{
}

11 changes: 11 additions & 0 deletions ALab/entity/alab_set01/assembly/alab_set01_assembly.usda
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root" (
prepend references = @../../../fragment/assembly/assembly/alab_set01/assembly_assembly_alab_set01.usda@
)
{
}

31 changes: 31 additions & 0 deletions ALab/entity/book_encyclopedia01/book_encyclopedia01.usda
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#usda 1.0
(
defaultPrim = "root"
subLayers = [
@surfacing/book_encyclopedia01_surfacing.usda@,
@modelling/book_encyclopedia01_modelling.usda@,
@preview/book_encyclopedia01_preview.usda@
]
upAxis = "Y"
)

def "root" (
prepend apiSchemas = ["GeomModelAPI"]
assetInfo = {
string entityType = "setpiece"
string name = "book_encyclopedia01"
}
prepend inherits = </__class__/book_encyclopedia01>
kind = "component"
prepend specializes = </_root_type>
)
{
string assetVersionId = "1832460260"
}

class Scope "_root_type" (
doc = "This prim holds the 'fallback' type of the default root prim"
)
{
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root" (
prepend references = @../../../fragment/geo/modelling/book_encyclopedia01/geo_modelling_book_encyclopedia01.usda@
)
{
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root"
{
asset model:cardTextureXNeg = @book_encyclopedia01_preview/cards_textures_x_neg.png@
asset model:cardTextureXPos = @book_encyclopedia01_preview/cards_textures_X_pos.png@
asset model:cardTextureYNeg = @book_encyclopedia01_preview/cards_textures_y_neg.png@
asset model:cardTextureYPos = @book_encyclopedia01_preview/cards_textures_y_pos.png@
asset model:cardTextureZNeg = @book_encyclopedia01_preview/cards_textures_z_neg.png@
asset model:cardTextureZPos = @book_encyclopedia01_preview/cards_textures_z_pos.png@
}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root" (
prepend references = @../../../fragment/look/surfacing/book_encyclopedia01/look_surfacing_book_encyclopedia01.usda@
)
{
}

31 changes: 31 additions & 0 deletions ALab/entity/book_magazine01/book_magazine01.usda
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#usda 1.0
(
defaultPrim = "root"
subLayers = [
@surfacing/book_magazine01_surfacing.usda@,
@modelling/book_magazine01_modelling.usda@,
@preview/book_magazine01_preview.usda@
]
upAxis = "Y"
)

def "root" (
prepend apiSchemas = ["GeomModelAPI"]
assetInfo = {
string entityType = "setpiece"
string name = "book_magazine01"
}
prepend inherits = </__class__/book_magazine01>
kind = "component"
prepend specializes = </_root_type>
)
{
string assetVersionId = "1832457674"
}

class Scope "_root_type" (
doc = "This prim holds the 'fallback' type of the default root prim"
)
{
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root" (
prepend references = @../../../fragment/geo/modelling/book_magazine01/geo_modelling_book_magazine01.usda@
)
{
}

15 changes: 15 additions & 0 deletions ALab/entity/book_magazine01/preview/book_magazine01_preview.usda
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root"
{
asset model:cardTextureXNeg = @book_magazine01_preview/cards_textures_x_neg.png@
asset model:cardTextureXPos = @book_magazine01_preview/cards_textures_X_pos.png@
asset model:cardTextureYNeg = @book_magazine01_preview/cards_textures_y_neg.png@
asset model:cardTextureYPos = @book_magazine01_preview/cards_textures_y_pos.png@
asset model:cardTextureZNeg = @book_magazine01_preview/cards_textures_z_neg.png@
asset model:cardTextureZPos = @book_magazine01_preview/cards_textures_z_pos.png@
}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root" (
prepend references = @../../../fragment/look/surfacing/book_magazine01/look_surfacing_book_magazine01.usda@
)
{
}

31 changes: 31 additions & 0 deletions ALab/entity/books_encyclopedias01/books_encyclopedias01.usda
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#usda 1.0
(
defaultPrim = "root"
subLayers = [
@surfacing/books_encyclopedias01_surfacing.usda@,
@modelling/books_encyclopedias01_modelling.usda@,
@preview/books_encyclopedias01_preview.usda@
]
upAxis = "Y"
)

def "root" (
prepend apiSchemas = ["GeomModelAPI"]
assetInfo = {
string entityType = "prop"
string name = "books_encyclopedias01"
}
prepend inherits = </__class__/books_encyclopedias01>
kind = "component"
prepend specializes = </_root_type>
)
{
string assetVersionId = "1832460516"
}

class Scope "_root_type" (
doc = "This prim holds the 'fallback' type of the default root prim"
)
{
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root" (
prepend references = @../../../fragment/geo/modelling/books_encyclopedias01/geo_modelling_books_encyclopedias01.usda@
)
{
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root"
{
asset model:cardTextureXNeg = @books_encyclopedias01_preview/cards_textures_x_neg.png@
asset model:cardTextureXPos = @books_encyclopedias01_preview/cards_textures_X_pos.png@
asset model:cardTextureYNeg = @books_encyclopedias01_preview/cards_textures_y_neg.png@
asset model:cardTextureYPos = @books_encyclopedias01_preview/cards_textures_y_pos.png@
asset model:cardTextureZNeg = @books_encyclopedias01_preview/cards_textures_z_neg.png@
asset model:cardTextureZPos = @books_encyclopedias01_preview/cards_textures_z_pos.png@
}

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root" (
prepend references = @../../../fragment/look/surfacing/books_encyclopedias01/look_surfacing_books_encyclopedias01.usda@
)
{
}

31 changes: 31 additions & 0 deletions ALab/entity/books_magazines01/books_magazines01.usda
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#usda 1.0
(
defaultPrim = "root"
subLayers = [
@surfacing/books_magazines01_surfacing.usda@,
@modelling/books_magazines01_modelling.usda@,
@preview/books_magazines01_preview.usda@
]
upAxis = "Y"
)

def "root" (
prepend apiSchemas = ["GeomModelAPI"]
assetInfo = {
string entityType = "prop"
string name = "books_magazines01"
}
prepend inherits = </__class__/books_magazines01>
kind = "component"
prepend specializes = </_root_type>
)
{
string assetVersionId = "1832457732"
}

class Scope "_root_type" (
doc = "This prim holds the 'fallback' type of the default root prim"
)
{
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#usda 1.0
(
defaultPrim = "root"
)

def "root" (
prepend references = @../../../fragment/geo/modelling/books_magazines01/geo_modelling_books_magazines01.usda@
)
{
}

Loading