function iframe() { ?>
KIWICODING 3D Playground
s = sphere() s.texture = textures.earth s.opacity=0.99 s.pos.x=-5 s.radius = 5 for i in range(200): rate(10) s.rotate(0.1, axis=vec(0,1,0))
} ?>