@@ -153,14 +153,18 @@ <h1 style="font-size:60px;">WELCOME TO AYAN'S</br>INFINITE HALL OF FAME</h1>
153
153
let urls = {
154
154
0 :"https://bookshub.pythonanywhere.com/" ,
155
155
1 :"https://jivanam.pythonanywhere.com/" ,
156
- 2 :"https://programmingninjas.github.io/SPARK /" ,
156
+ 2 :"https://spark-backend-six.vercel.app /" ,
157
157
3 :"https://www.youtube.com/watch?v=xvFZjo5PgG0" ,
158
158
4 :"https://www.linkedin.com/posts/ayankhan3105_sih2022-activity-6969221185796468736-OVr4/" ,
159
159
5 :"https://www.linkedin.com/posts/ayankhan3105_technology-healthcare-hackathon-activity-7076256497260797952-_2tS" ,
160
160
6 :"https://www.instagram.com/reel/CcR7X-WA3nK/" ,
161
161
7 :"https://devfolio.co/projects/rakt-nidhi-e1c5" ,
162
162
8 :"https://www.linkedin.com/posts/ayankhan3105_aiinnovation-chatgpt-aiadvancements-activity-7108877409700974592-blbi" ,
163
163
9 :"https://www.linkedin.com/posts/ayankhan3105_certificate-for-mentorship-activity-7112314866857615360-EhSO" ,
164
+ 10 :"https://www.linkedin.com/posts/ayankhan3105_generativeai-aiinnovation-zeroshot-activity-7110827693700493312-eqX0" ,
165
+ 11 :"https://solve-sphere.devfolio.co/" ,
166
+ 12 :"https://www.linkedin.com/posts/ayankhan3105_pydelhitalk-autonomousagents-techexploration-activity-7154529315538243584-VSM0" ,
167
+ 13 :"https://hom-frontend.vercel.app/" ,
164
168
}
165
169
166
170
let moveForward = false ;
@@ -465,18 +469,18 @@ <h1 style="font-size:60px;">WELCOME TO AYAN'S</br>INFINITE HALL OF FAME</h1>
465
469
if ( camera . position . z > 90 ) {
466
470
camera . position . setZ ( ( - 90 ) )
467
471
state += 2 ;
468
- imgMaterial1 . map = imgLoader . load ( `/static/imgs/${ Math . abs ( state ) % 10 } .jpg` )
469
- mesh1 . userData . url = urls [ Math . abs ( state ) % 10 ]
470
- imgMaterial2 . map = imgLoader . load ( `/static/imgs/${ Math . abs ( state ) % 10 + 1 } .jpg` )
471
- mesh2 . userData . url = urls [ Math . abs ( state ) % 10 + 1 ]
472
+ imgMaterial1 . map = imgLoader . load ( `/static/imgs/${ Math . abs ( state ) % 14 } .jpg` )
473
+ mesh1 . userData . url = urls [ Math . abs ( state ) % 14 ]
474
+ imgMaterial2 . map = imgLoader . load ( `/static/imgs/${ Math . abs ( state ) % 14 + 1 } .jpg` )
475
+ mesh2 . userData . url = urls [ Math . abs ( state ) % 14 + 1 ]
472
476
}
473
477
if ( camera . position . z < - 90 ) {
474
478
camera . position . setZ ( ( 90 ) )
475
479
state -= 2 ;
476
- imgMaterial1 . map = imgLoader . load ( `/static/imgs/${ Math . abs ( state ) % 10 } .jpg` )
477
- mesh1 . userData . url = urls [ Math . abs ( state ) % 10 ]
478
- imgMaterial2 . map = imgLoader . load ( `/static/imgs/${ Math . abs ( state ) % 10 + 1 } .jpg` )
479
- mesh2 . userData . url = urls [ Math . abs ( state ) % 10 + 1 ]
480
+ imgMaterial1 . map = imgLoader . load ( `/static/imgs/${ Math . abs ( state ) % 14 } .jpg` )
481
+ mesh1 . userData . url = urls [ Math . abs ( state ) % 14 ]
482
+ imgMaterial2 . map = imgLoader . load ( `/static/imgs/${ Math . abs ( state ) % 14 + 1 } .jpg` )
483
+ mesh2 . userData . url = urls [ Math . abs ( state ) % 14 + 1 ]
480
484
}
481
485
482
486
const time = performance . now ( ) ;
0 commit comments