<
3D
/>
import
{ iframe }
from
'web'
;
<scroll
true
/>
smshagor.com
View Now
const
scene
=
new
THREE.Scene();
let
mesh
=
createTorus
(
3.14
,
0.8
);
// highlight 3D
renderer
.setPixelRatio(
2
);
import
{
animate
}
from
'./loop'
;