{"data":{"id":"33783","slug":"baseball-park-and-batting-cages-ball-cart-1c6ecfc3","title":"Ball Cart (Baseball Park and Batting Cages)","summary":"A wheeled ball cart: a steel framed mesh basket on two wheels with a push handle, loaded with nine baseballs, the cart that comes out for batting practice.","description":"A wheeled ball cart: a steel framed mesh basket on two wheels with a push handle, loaded with nine baseballs, the cart that comes out for batting practice. Dimensions 0.87 by 1.15 by 1.11 m (X by Y by Z). Metre units, +Y up, +Z front, origin on the footprint at ground level. Animated pivot nodes: wheel-left at (-0.40, 0.16, 0.12) m; wheel-right at (0.40, 0.16, 0.12) m. The wheels turn on their own axles; the basket and the balls in it are static. Push it toward negative Z. Origin on the footprint centre at ground level. Baseline low-poly palette: infield clay, outfield green, chalk white, club navy, red, charcoal, steel and ash timber. Rigid node-transform clips: roll. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/baseball-park-and-batting-cages-ball-cart-1c6ecfc3","cdnUrl":"https://cdn.3dassets.dev/assets/33783/v1/model.glb","downloadUrl":"https://3dassets.dev/download/baseball-park-and-batting-cages-ball-cart-1c6ecfc3","thumbnailUrl":"https://cdn.3dassets.dev/assets/33783/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/33783/v1/poster.webp","blurhash":"UIBptoxv00of~qWBD%t89FD%t7%M9FM_xux]","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"modern","title":"Modern"},{"slug":"stylized","title":"Stylized"},{"slug":"exterior","title":"Exterior"},{"slug":"animated","title":"Animated"}],"license":{"slug":"cc0-1.0","name":"CC0 1.0 Universal","url":"https://creativecommons.org/publicdomain/zero/1.0/","attributionRequired":false},"contributor":{"username":"3dassets","name":"3D Assets","url":"https://3dassets.dev/u/3dassets"},"stats":{"fileSize":209748,"triangles":4360,"vertices":13080,"meshes":8,"materials":4,"textures":0,"animations":["roll"],"boundingBox":{"min":[-0.43700133268576025,3.5762786898541066e-9,-0.7450000047683716],"max":[0.43700133268576025,1.1450286085676764,0.3700000047683716]},"sizeMeters":[0.874,1.145,1.115],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-11T04:23:44.164Z","updatedAt":"2026-09-11T04:23:44.266Z","usage":{"threejs":"import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js'\nimport { AnimationMixer } from 'three'\n\nlet mixer\n\nconst loader = new GLTFLoader()\nloader.load('https://cdn.3dassets.dev/assets/33783/v1/model.glb', (gltf) => {\n  scene.add(gltf.scene)\n  mixer = new AnimationMixer(gltf.scene)\n  mixer.clipAction(gltf.animations[0]).play()\n})\n\n// Call from your render loop; deltaSeconds is time since the previous frame.\nfunction updateAssetAnimation(deltaSeconds) {\n  mixer?.update(deltaSeconds)\n}","r3f":"import { useGLTF, useAnimations } from '@react-three/drei'\nimport { useEffect } from 'react'\n\nexport function BallCartBaseballParkAndBattingCages(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/33783/v1/model.glb')\n  const { actions, names } = useAnimations(animations, scene)\n  useEffect(() => {\n    const action = actions[names[0]]\n    action?.reset().play()\n    return () => { action?.stop() }\n  }, [actions, names])\n  return <primitive object={scene} {...props} />\n}\nuseGLTF.preload('https://cdn.3dassets.dev/assets/33783/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/33783/v1/model.glb\" alt=\"Ball Cart (Baseball Park and Batting Cages)\" camera-controls auto-rotate autoplay></model-viewer>","blender":"# Blender 4.x: File > Import > glTF 2.0, or from the Python console after downloading the file.\nimport bpy\nbpy.ops.import_scene.gltf(filepath='model.glb')  # from https://cdn.3dassets.dev/assets/33783/v1/model.glb\n# Metres and +Y up are converted to Blender's Z-up scene automatically.\n# Clips arrive as actions; play them from the Dope Sheet > Action Editor.","godot":"# Godot 4: copy model.glb into res://models/ and the editor imports it as a scene.\nvar packed := load(\"res://models/model.glb\") as PackedScene\nvar model := packed.instantiate()\nadd_child(model)\nvar player := model.find_child(\"AnimationPlayer\", true, false) as AnimationPlayer\nplayer.play(player.get_animation_list()[0])","unity":"// Unity: import model.glb with glTFast (Package Manager: com.unity.cloud.gltfast) and drag the prefab in,\n// or load it at runtime straight from the CDN:\nusing GLTFast;\nvar gltf = new GltfImport();\nif (await gltf.Load(\"https://cdn.3dassets.dev/assets/33783/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}}}