Skip to content

Commit

Permalink
Remove the spinning cubes example for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert committed Jun 12, 2024
1 parent 080e43a commit c13b35a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 187 deletions.
1 change: 0 additions & 1 deletion example/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Stack, Link } from 'expo-router';

// add new scenes here
const SCENES: { name: string; href: string }[] = [
{ name: 'Spinning Cubes', href: '/spinning-cubes' },
{ name: 'Cube with Physical Material', href: '/cube-mesh-physical-material' },
{ name: 'Animated Robot (Skinning & Morphing)', href: '/animated-robot' },
{ name: 'Field of Flowers', href: '/flower-field' },
Expand Down
186 changes: 0 additions & 186 deletions example/app/spinning-cubes.tsx

This file was deleted.

0 comments on commit c13b35a

Please sign in to comment.