@@ -151,7 +151,7 @@ AppRegistry.registerComponent('ReactNativeARKit', () => ReactNativeARKit);
151151| ---| ---|
152152| ` pos ` | ` { x, y, z } ` |
153153| ` shape ` | ` { width, height, length, chamfer } ` |
154- | ` shader ` | ` { color, metalness, roughness } ` |
154+ | ` material ` | ` { color, metalness, roughness } ` |
155155
156156#### [ ` <ARKit.Sphere /> ` ] ( https://developer.apple.com/documentation/scenekit/scnsphere )
157157
@@ -161,7 +161,7 @@ AppRegistry.registerComponent('ReactNativeARKit', () => ReactNativeARKit);
161161| ---| ---|
162162| ` pos ` | ` { x, y, z } ` |
163163| ` shape ` | ` { radius } ` |
164- | ` shader ` | ` { color, metalness, roughness } ` |
164+ | ` material ` | ` { color, metalness, roughness } ` |
165165
166166#### [ ` <ARKit.Cylinder /> ` ] ( https://developer.apple.com/documentation/scenekit/scncylinder )
167167
@@ -171,7 +171,7 @@ AppRegistry.registerComponent('ReactNativeARKit', () => ReactNativeARKit);
171171| ---| ---|
172172| ` pos ` | ` { x, y, z } ` |
173173| ` shape ` | ` { radius, height } ` |
174- | ` shader ` | ` { color, metalness, roughness } ` |
174+ | ` material ` | ` { color, metalness, roughness } ` |
175175
176176#### [ ` <ARKit.Cone /> ` ] ( https://developer.apple.com/documentation/scenekit/scncone )
177177
@@ -181,7 +181,7 @@ AppRegistry.registerComponent('ReactNativeARKit', () => ReactNativeARKit);
181181| ---| ---|
182182| ` pos ` | ` { x, y, z } ` |
183183| ` shape ` | ` { topR, bottomR, height } ` |
184- | ` shader ` | ` { color, metalness, roughness } ` |
184+ | ` material ` | ` { color, metalness, roughness } ` |
185185
186186#### [ ` <ARKit.Pyramid /> ` ] ( https://developer.apple.com/documentation/scenekit/scnpyramid )
187187
@@ -191,7 +191,7 @@ AppRegistry.registerComponent('ReactNativeARKit', () => ReactNativeARKit);
191191| ---| ---|
192192| ` pos ` | ` { x, y, z } ` |
193193| ` shape ` | ` { width, height, length } ` |
194- | ` shader ` | ` { color, metalness, roughness } ` |
194+ | ` material ` | ` { color, metalness, roughness } ` |
195195
196196#### [ ` <ARKit.Tube /> ` ] ( https://developer.apple.com/documentation/scenekit/scntube )
197197
@@ -201,7 +201,7 @@ AppRegistry.registerComponent('ReactNativeARKit', () => ReactNativeARKit);
201201| ---| ---|
202202| ` pos ` | ` { x, y, z } ` |
203203| ` shape ` | ` { innerR, outerR, height } ` |
204- | ` shader ` | ` { color, metalness, roughness } ` |
204+ | ` material ` | ` { color, metalness, roughness } ` |
205205
206206#### [ ` <ARKit.Torus /> ` ] ( https://developer.apple.com/documentation/scenekit/scntorus )
207207
@@ -211,7 +211,7 @@ AppRegistry.registerComponent('ReactNativeARKit', () => ReactNativeARKit);
211211| ---| ---|
212212| ` pos ` | ` { x, y, z } ` |
213213| ` shape ` | ` { ringR, pipeR } ` |
214- | ` shader ` | ` { color, metalness, roughness } ` |
214+ | ` material ` | ` { color, metalness, roughness } ` |
215215
216216#### [ ` <ARKit.Capsule /> ` ] ( https://developer.apple.com/documentation/scenekit/scncapsule )
217217
@@ -221,7 +221,7 @@ AppRegistry.registerComponent('ReactNativeARKit', () => ReactNativeARKit);
221221| ---| ---|
222222| ` pos ` | ` { x, y, z } ` |
223223| ` shape ` | ` { capR, height } ` |
224- | ` shader ` | ` { color, metalness, roughness } ` |
224+ | ` material ` | ` { color, metalness, roughness } ` |
225225
226226#### [ ` <ARKit.Plane /> ` ] ( https://developer.apple.com/documentation/scenekit/scnplane )
227227
@@ -231,7 +231,7 @@ AppRegistry.registerComponent('ReactNativeARKit', () => ReactNativeARKit);
231231| ---| ---|
232232| ` pos ` | ` { x, y, z } ` |
233233| ` shape ` | ` { width, length } ` |
234- | ` shader ` | ` { color, metalness, roughness } ` |
234+ | ` material ` | ` { color, metalness, roughness } ` |
235235
236236#### [ ` <ARKit.Text /> ` ] ( https://developer.apple.com/documentation/scenekit/scntext )
237237
@@ -242,7 +242,7 @@ AppRegistry.registerComponent('ReactNativeARKit', () => ReactNativeARKit);
242242| ` text ` | ` String ` |
243243| ` pos ` | ` { x, y, z, angle } ` |
244244| ` font ` | ` { name, size, depth, chamfer } ` |
245- | ` shader ` | ` { color, metalness, roughness } ` |
245+ | ` material ` | ` { color, metalness, roughness } ` |
246246
247247
248248#### ` <ARKit.Model /> `
0 commit comments