Skip to content

Commit 448c4f0

Browse files
Merge pull request #57 from AntonPalmqvist/dev
Merge from dev
2 parents 0ed65cf + a76568f commit 448c4f0

File tree

725 files changed

+21522
-1009
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

725 files changed

+21522
-1009
lines changed

.github/workflows/build-on-api-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "main"
77
paths:
88
- "deploy/*.json"
9+
- "deploy/v2/*.json"
910

1011
jobs:
1112
build_dev:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
.DS_Store
1+
.DS_Store
2+
node_modules/

CITATION.cff

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: Physically Based Database
6+
message: >-
7+
If you use this dataset, please consider citing it using
8+
the metadata from this file.
9+
type: dataset
10+
authors:
11+
- given-names: Github Contributors
12+
- given-names: Anton
13+
family-names: Palmqvist
14+
affiliation: Editor
15+
identifiers:
16+
- type: url
17+
value: 'https://github.com/AntonPalmqvist/physically-based-api'
18+
description: Physically Based API Repository
19+
repository-code: 'https://github.com/AntonPalmqvist/physically-based-api'
20+
url: 'https://api.physicallybased.info/'
21+
abstract: 'A database of physically based values for CG artists. '
22+
keywords:
23+
- gamedev
24+
- rendering
25+
- computer graphics
26+
- unreal engine
27+
- vfx
28+
- pbr
29+
- usd
30+
- 3d
31+
- 3d graphics
32+
- physically based rendering
33+
- materialx
34+
- real time rendering
35+
- openpbr
36+
license: CC0-1.0

deploy/_redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
/lightsources /lightsources.json 200
33
/cameras /cameras.json 200
44
/v2/materials /v2/materials.json 200
5+
/v2/lightsources /v2/lightsources.json 200
6+
/v2/cameras /v2/cameras.json 200
57
/v2/lenses /v2/lenses.json 200
68
/js/script.js https://plausible.io/js/script.js 200
79
/api/event https://plausible.io/api/event 200

0 commit comments

Comments
 (0)