1.2.6 • Published 3 months ago

react-three-generator v1.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

React Three Generator

INPIRED BY: https://jeff-beene.com/portfolio/synthcity/

Install

bash npm install react-three-generator

Usage

    import { GridGen } from 'react-three-generator';
    ...
    function R3fScene() {
    return (
        <Canvas style={{height:'100%',width:'100%'}}>
            <ambientLight />
            <pointLight position={[10, 10, 10]} />
            <GridGen />
            <OrbitControls />
        </Canvas>
    );
}

References

1.2.6

3 months ago

1.2.5

3 months ago

1.2.4

3 months ago

1.2.3

3 months ago

1.2.2

3 months ago

1.2.1

3 months ago

1.2.0

3 months ago

1.1.9

3 months ago

1.1.8

3 months ago

1.1.7

3 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.0.9

3 months ago

1.0.8

3 months ago

1.0.7

3 months ago

1.0.6

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago