Skip to content

Commit

Permalink
add back scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Jan 10, 2025
1 parent b50d19e commit 8d45bd7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/AllGpu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ import {Shadows} from './Shadows';
export const AllGpu: React.FC = () => {
return (
<AbsoluteFill>
<AbsoluteFill
style={{
transform: `scale(0.5)`,
transformOrigin: '0 0',
}}
>
<Scene
deviceType="phone"
phoneColor="rgba(110, 152, 191, 0.00)"
baseScale={1}
/>
</AbsoluteFill>
<AbsoluteFill
style={{
transform: `scale(0.5)`,
transformOrigin: '0 100%',
}}
>
<OrbScene />
</AbsoluteFill>
<AbsoluteFill
style={{
transform: `scale(0.5)`,
transformOrigin: '100% 100%',
}}
>
<Shadows />
</AbsoluteFill>
<AbsoluteFill
style={{
transform: `scale(0.5)`,
Expand Down

0 comments on commit 8d45bd7

Please sign in to comment.