https://www.apple.com.cn/iphone-air/ 定睛细看部分 可以手动拖拽实现翻转,看 Elements 有 canvas 和 three.js ,但技术实现有没有大佬告知下。 <canvas data-engine="three.js r165" width="1728" height="912" style="display: block; width: 1728px; height: 912px;"></canvas>
![]() |
1
crocoBaby 2 天前 ![]() 据我了解,应该是做好的模型直接用 threejs 渲染
|
![]() |
2
Aolose 2 天前
你不都列出来了 要趴下来对应 3d 模型的话 去开发者工具 网络里头找 都找得到
|
3
shui14 2 天前
你去搜一下 r3f ,每年都会有人做个一样的
r165 的话应该是 2021 ,现在已经 r180 了 |
![]() |
4
b821025551b 2 天前
啊?我怎么没看见有 canvas 部分,都是一张图片
|
![]() |
5
a33291 2 天前
|
![]() |
6
weixind 2 天前
threejs 。
https://www.apple.com.cn/v/iphone-air/a/static/libs/lotus.min.js 这个里面可以看到。 Copyright 2010-2024 Three.js Authors |
7
michael666 OP @weixind 多谢,我试试
|
8
michael666 OP @b821025551b 先别开控制台,刷新预览下
|
9
michael666 OP @shui14 好的,多谢
|
10
michael666 OP @Aolose 嗯,前端开发能力不足,知道是相关技术,但是实现步骤不了解
|
11
michael666 OP @crocoBaby 嗯,现在不清楚具体的实现步骤,得研究下
|