Skip to content

Commit

Permalink
feat(website): Modify channel color and lowers wireframe density
Browse files Browse the repository at this point in the history
  • Loading branch information
alimoezzi committed May 8, 2022
1 parent 7875381 commit 560bbee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/BackGrid/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export function BackGrid({ ...props }) {
// <Plane args={[80, 80, 128, 128]} {...props}>
// <meshStandardMaterial color='#ea5455' wireframe side={THREE.DoubleSide} />
// </Plane>
<Float scale={0.75} rotationIntensity={0.01} floatIntensity={1} speed={1.5}>
<Float scale={0.75} rotationIntensity={0.01} floatIntensity={1} speed={3}>
<mesh {...props}>
<cylinderGeometry args={[5, 5, 500, 256, 256, true, 0, 6.283185307179586]} />
<meshStandardMaterial color='#ea5455' wireframe side={THREE.DoubleSide} />
<cylinderGeometry args={[5, 5, 500, 54, 64, true, 0, 6.283185307179586]} />
<meshStandardMaterial color='#2ec4b6' wireframe side={THREE.DoubleSide} />
</mesh>
</Float>
)
Expand Down

0 comments on commit 560bbee

Please sign in to comment.