react-vr-gridplane

0.2.6 • Public • Published

Demo

Sample

import { GridPlanes } from './src/components/GridPlanes';
  :
      <View>
        <Scene style={{ transform: [{ translate: [15, 15, 15] }] }} />
        <GridPlanes
          ySize={10}
          xSize={20}
          zSize={10}
          style={{
            labels: { color: 'cyan', fontSize: 0.7 },
            planeXY: { color: 'red' },
            planeYZ: { color: 'green' },
            planeZX: { color: 'blue' },
          }}
        />
      </View>
      ```

Readme

Keywords

none

Package Sidebar

Install

npm i react-vr-gridplane

Weekly Downloads

2

Version

0.2.6

License

none

Unpacked Size

2.47 MB

Total Files

15

Last publish

Collaborators

  • uehaj