We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccde48 commit eaca043Copy full SHA for eaca043
README.md
@@ -129,6 +129,7 @@ export default class ReactNativeARKit extends Component {
129
position={{ x: -0.2, y: 0, z: 0, frame: 'local' }}
130
scale={0.01}
131
model={{
132
+ scale: 1, // this is deprecated, use the scale property that is available on all 3d objects
133
file: 'art.scnassets/ship.scn', // make sure you have the model file in the ios project
134
}}
135
/>
0 commit comments