This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
v0.1.0
npm install --save [email protected]
Changelog ( see diff )
Components
- React3
- Add manual rendering support ( #17 )
- See React3#forceManualRender property
- Add callback property to get access to the WebGLRenderer ( #27 )
- See React3#onRendererUpdated
- Ensured that main logic is up to date with [email protected]
- Add manual rendering support ( #17 )
- Geometries
- Add TextGeometry ( #30 )
- Add TubeGeometry ( #31 )
- Add DodecahedronGeometry ( #32 )
- LatheGeometry fixes:
- Fixed the type of
points
to THREE.Vector2
- Fixed the type of
- Materials
- Add RawShaderMaterial ( #29 )
Documentation
- Improve README.md
- Add CHANGELOG.md
- Fix view source links
- Add docs for shared properties in geometries and materials
- Add cross-links between shape and extrude geometry
Project
- Move tests into main repository