File tree Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ async function init() {
204204 const material = ptRenderer . material ;
205205
206206 material . bvh . updateFrom ( bvh ) ;
207- material . attributeArray . updateFrom (
207+ material . attributesArray . updateFrom (
208208 geometry . attributes . normal ,
209209 geometry . attributes . tangent ,
210210 geometry . attributes . uv ,
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ async function init() {
9090 const material = pathTracer . material ;
9191
9292 material . bvh . updateFrom ( bvh ) ;
93- material . attributeArray . updateFrom (
93+ material . attributesArray . updateFrom (
9494 geometry . attributes . normal ,
9595 geometry . attributes . tangent ,
9696 geometry . attributes . uv ,
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ async function init() {
150150 const material = ptRenderer . material ;
151151
152152 material . bvh . updateFrom ( bvh ) ;
153- material . attributeArray . updateFrom (
153+ material . attributesArray . updateFrom (
154154 geometry . attributes . normal ,
155155 geometry . attributes . tangent ,
156156 geometry . attributes . uv ,
Original file line number Diff line number Diff line change @@ -693,7 +693,7 @@ async function updateModel() {
693693 const material = ptRenderer . material ;
694694
695695 material . bvh . updateFrom ( bvh ) ;
696- material . attributeArray . updateFrom (
696+ material . attributesArray . updateFrom (
697697 geometry . attributes . normal ,
698698 geometry . attributes . tangent ,
699699 geometry . attributes . uv ,
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ async function init() {
149149 const material = ptRenderer . material ;
150150
151151 material . bvh . updateFrom ( bvh ) ;
152- material . attributeArray . updateFrom (
152+ material . attributesArray . updateFrom (
153153 geometry . attributes . normal ,
154154 geometry . attributes . tangent ,
155155 geometry . attributes . uv ,
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ async function init() {
279279 const material = ptRenderer . material ;
280280
281281 material . bvh . updateFrom ( bvh ) ;
282- material . attributeArray . updateFrom (
282+ material . attributesArray . updateFrom (
283283 geometry . attributes . normal ,
284284 geometry . attributes . tangent ,
285285 geometry . attributes . uv ,
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ async function init() {
164164 const material = ptRenderer . material ;
165165
166166 material . bvh . updateFrom ( bvh ) ;
167- material . attributeArray . updateFrom (
167+ material . attributesArray . updateFrom (
168168 geometry . attributes . normal ,
169169 geometry . attributes . tangent ,
170170 geometry . attributes . uv ,
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ function regenerateScene() {
250250 const material = ptRenderer . material ;
251251
252252 material . bvh . updateFrom ( bvh ) ;
253- material . attributeArray . updateFrom (
253+ material . attributesArray . updateFrom (
254254 geometry . attributes . normal ,
255255 geometry . attributes . tangent ,
256256 geometry . attributes . uv ,
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ async function init() {
252252 const material = ptRenderer . material ;
253253
254254 material . bvh . updateFrom ( bvh ) ;
255- material . attributeArray . updateFrom (
255+ material . attributesArray . updateFrom (
256256 geometry . attributes . normal ,
257257 geometry . attributes . tangent ,
258258 geometry . attributes . uv ,
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ async function updateModel() {
428428 const material = ptRenderer . material ;
429429
430430 material . bvh . updateFrom ( bvh ) ;
431- material . attributeArray . updateFrom (
431+ material . attributesArray . updateFrom (
432432 geometry . attributes . normal ,
433433 geometry . attributes . tangent ,
434434 geometry . attributes . uv ,
You can’t perform that action at this time.
0 commit comments