Skip to content

Commit eaca043

Browse files
committed
add note
1 parent bccde48 commit eaca043

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export default class ReactNativeARKit extends Component {
129129
position={{ x: -0.2, y: 0, z: 0, frame: 'local' }}
130130
scale={0.01}
131131
model={{
132+
scale: 1, // this is deprecated, use the scale property that is available on all 3d objects
132133
file: 'art.scnassets/ship.scn', // make sure you have the model file in the ios project
133134
}}
134135
/>

0 commit comments

Comments
 (0)