-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When adding new technologies, I am missing the 3d model of the computer. #161
Comments
Same thing with Earth Canvas. Seems like ThreeJS not allow to render some amount of canvases. My PC, by the way, is quite powerful. So it's problem in a code |
The reason is that chrome supports only 15 (at most 16) canvases on the desktop version, I myself am trying to figure out a way to display them on mobile as it shows just white box |
Found it, had to decrease the number of 3d models on phone
…On Wed, 2 Oct 2024, 4:12 pm Munnarhh, ***@***.***> wrote:
still no solution?
—
Reply to this email directly, view it on GitHub
<#161 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKS2NWISYQ6JKEN5D42KPITZZPE27AVCNFSM6AAAAABNMVMOWKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBYGMZTGOJSG4>
.
You are receiving this because you commented.Message ID:
***@***.***
com>
|
Link to the file-[https://github.com/akarshan2602/portfolio/blob/main/src/components/Tech.jsx] |
The problem will lie in adding new technologies. The maximum of technologies that I managed to find out by “poking” method is 15 balls. When adding more than 15 (16 or more), my computer model turns white. I don't understand why...
The problem goes away if you keep the list of technology balls at 15.
The text was updated successfully, but these errors were encountered: