three-render-objects
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "three-render-objects", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Easy way to render ThreeJS objects with built-in interaction defaults", | ||
@@ -5,0 +5,0 @@ "unpkg": "dist/three-render-objects.min.js", |
@@ -37,6 +37,6 @@ # three-render-objects | ||
``` | ||
ThreeRenderObjects(configProps)(<domElement>) | ||
ThreeRenderObjects({ configOptions })(<domElement>) | ||
``` | ||
| Config prop | Description | Default | | ||
| Config options | Description | Default | | ||
| --- | --- | :--: | | ||
@@ -43,0 +43,0 @@ | <b>controlType: <i>str</i> | Which type of control to use to control the camera. Choice between [trackball](https://threejs.org/examples/misc_controls_trackball.html) and [orbit](https://threejs.org/examples/#misc_controls_orbit). | `trackball` | |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1817770