Skip to content

Commit 435d084

Browse files
committed
readd other 3d scenes
1 parent 32fe9d4 commit 435d084

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/app/pages/ArticlePage/ArticlePage.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/** @jsx jsx */
22
/* @jsxFrag React.Fragment */
33
//3d
4-
import LanguagesNearYou from '#app/components/3d/3dComponents/LanguagesNearYou'
4+
import LanguagesNearYou from '#app/components/3d/3dComponents/LanguagesNearYou';
5+
import Example3dScene1 from '#app/components/3d/3dComponents/Example3dScene1';
6+
import Example3dScene2 from '#app/components/3d/3dComponents/Example3dScene2';
57
import React, { use, useState } from 'react';
68
import { jsx, useTheme } from '@emotion/react';
79
import useToggle from '#hooks/useToggle';
@@ -348,6 +350,11 @@ const ArticlePage = ({ pageData }: { pageData: Article }) => {
348350
role="main"
349351
>
350352
<LanguagesNearYou />
353+
<p>^ in progress...</p>
354+
<Example3dScene2 />
355+
<p>^ try: clicking on the cube</p>
356+
<Example3dScene1 />
357+
<p>^ try: right click + move mouse, left click + move mouse, scroll and clicking the cube</p>
351358
<Blocks
352359
blocks={articleBlocks}
353360
componentsToRender={componentsToRender}

0 commit comments

Comments
 (0)