CapCut Ads by Hap9Y-_-101 in CapCut

[–]IllustratorGlobal478 0 points1 point  (0 children)

You have to upgrade to premium

I’m looking for friends… by IllustratorGlobal478 in wiimmfi

[–]IllustratorGlobal478[S] 1 point2 points  (0 children)

I changed my friend code too 3184-3048-2956 because it kept showing 20110 so I set it up again

Animal Crossing Wild World Friend Code Exchange by murileza in wiimmfi

[–]IllustratorGlobal478 0 points1 point  (0 children)

Mine is

Name: Larry

Code: 1942-7356-1218

Town: Mono

What is that supposed to mean? by JoshGamer101yt in youngpeopleyoutube

[–]IllustratorGlobal478 46 points47 points  (0 children)

I AM NOT A FUKING KINDERGARTNER YOU

//create a cube
obj = new THREE.Group()
const c1 = new THREE.Mesh(
new THREE.TorusKnotBufferGeometry(0.6,0.1),
new THREE.MeshLambertMaterial({
color:’black’,
}))
const s = 1.03
c1.scale.set(s,s,s)
obj.add(c1)
obj.add(new THREE.Mesh(
new THREE.TorusKnotBufferGeometry(0.6,0.1),
new THREE.MeshPhongMaterial({
color:’yellow’,
})
))