Skip to content

Commit

Permalink
Add sponsor links
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 27, 2024
1 parent 1330af2 commit ef73f94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 3 additions & 4 deletions docs/.vitepress/theme/components/ModelViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ const controlsState = reactive({
const gl = {
clearColor: '#5c73e7',
preset: "realistic",
shadows: true,
alpha: false,
shadowMapType: BasicShadowMap,
outputColorSpace: SRGBColorSpace,
toneMapping: NoToneMapping,
}
Expand Down Expand Up @@ -50,12 +49,12 @@ onLoop(({ delta, elapsed }) => {
</Suspense>
<TresAmbientLight :intensity="0.75" />
<TresDirectionalLight
:position="[4, 4, 4]"
:position="[4, 4, 6]"
:intensity="1"
cast-shadow
/>
<TresDirectionalLight
:position="[1, 1, 0]"
:position="[1, 6, 0]"
:intensity="2"
cast-shadow
/>
Expand Down
9 changes: 6 additions & 3 deletions docs/en/creators.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ const members = [
title: 'Creator of the Doorman-S3 PCB and ESPHome-based firmware',
links: [
{ icon: 'github', link: 'https://github.com/AzonInc' },
]
],
sponsor: 'https://github.com/sponsors/AzonInc',
},
{
avatar: 'https://www.github.com/peteh.png',
name: 'peteh',
title: 'Creator of the original Doorman custom firmware',
links: [
{ icon: 'github', link: 'https://github.com/peteh' },
]
],
sponsor: 'https://github.com/sponsors/peteh',
},
{
avatar: 'https://www.github.com/AStrehlau.png',
Expand All @@ -32,7 +34,8 @@ const members = [
title: 'Reverse engineering of TCS Bus communication',
links: [
{ icon: 'github', link: 'https://github.com/atc1441' },
]
],
sponsor: 'https://paypal.me/hoverboard1'
},
{
avatar: 'https://www.github.com/uriyacovy.png',
Expand Down

0 comments on commit ef73f94

Please sign in to comment.