{"data":{"id":"37752","slug":"printing-press-and-newspaper-office-hand-truck-d5628d00","title":"Hand Truck (Printing Press and Newspaper Office)","summary":"Free 3D model of a printers hand truck: a 1.35 m oak sack barrow with iron wheels and a load of blank paper quires, as a game asset.","description":"Free 3D model of a printers hand truck: a 1.35 m oak sack barrow with iron wheels and a load of blank paper quires, as a game asset. Dimensions 0.69 by 1.37 by 0.51 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.30, 0.18, -0.02) m; wheel-right at (0.30, 0.18, -0.02) m. A two wheeled hand truck 0.55 m wide and 1.35 m tall with a steel toe plate and a small load of flat stock. Both wheels turn on the roll clip. The frame, the toe plate and the load are fixed. The paper on it is blank. Letterpress works palette: worn concrete, works brick, cast iron, machine enamel green, bright steel, brass, dark oak, pale pine, newsprint, printing ink black, type metal, brass and window glass. Standard PBR materials with embedded procedural maps. Rigid node-transform clips: roll. No skinning. No collision or navigation data.","status":"published","url":"https://3dassets.dev/assets/printing-press-and-newspaper-office-hand-truck-d5628d00","cdnUrl":"https://cdn.3dassets.dev/assets/37752/v1/model.glb","downloadUrl":"https://3dassets.dev/download/printing-press-and-newspaper-office-hand-truck-d5628d00","thumbnailUrl":"https://cdn.3dassets.dev/assets/37752/v1/thumb.webp","posterUrl":"https://cdn.3dassets.dev/assets/37752/v1/poster.webp","blurhash":"UC8ga2%M019FDiM{%gx[9ZM{%M%M~q%M9FD%","category":{"slug":"props","title":"Props & Furniture"},"tags":[{"slug":"historical","title":"Historical"},{"slug":"realistic","title":"Realistic"},{"slug":"interior","title":"Interior"},{"slug":"kit","title":"Kit / Set"},{"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":78664,"triangles":3432,"vertices":3188,"meshes":7,"materials":4,"textures":1,"animations":["roll"],"boundingBox":{"min":[-0.34499990511033596,-1.7285347042594879e-9,-0.17692129936434764],"max":[0.34499990511033596,1.3659999370574951,0.33006668138095585]},"sizeMeters":[0.69,1.366,0.507],"hasDraco":false,"hasMeshopt":false,"hasKTX2":false,"extensionsUsed":["KHR_mesh_quantization","EXT_texture_webp"]},"aiGenerated":true,"aiModel":"Claude Opus 5","downloads":0,"publishedAt":"2026-09-12T05:47:36.268Z","updatedAt":"2026-09-12T05:47:36.354Z","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/37752/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 HandTruckPrintingPressAndNewspaperOffice(props) {\n  const { scene, animations } = useGLTF('https://cdn.3dassets.dev/assets/37752/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/37752/v1/model.glb')","modelViewer":"<model-viewer src=\"https://cdn.3dassets.dev/assets/37752/v1/model.glb\" alt=\"Hand Truck (Printing Press and Newspaper Office)\" 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/37752/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/37752/v1/model.glb\")) await gltf.InstantiateMainSceneAsync(transform);\n// Clips import as legacy AnimationClips on the root; GetComponent<Animation>().Play() starts the first."}}}