Skip to content

Commit

Permalink
folder added for 2dApp
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshnjena committed Feb 25, 2023
1 parent 91219d1 commit 0fea679
Show file tree
Hide file tree
Showing 36 changed files with 8 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 8 additions & 4 deletions pages/world.js → 3D_webApp/pages/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ import Experience from "../components/Experience";
const world = () => {
return (
<>
<Canvas camera={{ position: [-70, 20, 30], fov: 45 }} rotation={[0,0,2]} shadows>
<Canvas
camera={{ position: [-70, 20, 30], fov: 45 }}
rotation={[0, 0, 2]}
shadows
>
<Experience />
</Canvas>
</>
)
}
);
};

export default world
export default world;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0fea679

Please sign in to comment.