{"id":26674116,"url":"https://github.com/nikolai2038/3d-models","last_synced_at":"2026-05-05T17:33:06.252Z","repository":{"id":282113771,"uuid":"947534192","full_name":"Nikolai2038/3d-models","owner":"Nikolai2038","description":"STL models for OpenGL which I collected across the web","archived":false,"fork":false,"pushed_at":"2025-03-25T18:43:30.000Z","size":16214,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T19:33:04.503Z","etag":null,"topics":["blender","fbx","fbx-models","gltf","gltf-models","models","opengl","openscad","shell","stl","stl-models"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nikolai2038.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-12T20:57:22.000Z","updated_at":"2025-03-25T18:34:31.000Z","dependencies_parsed_at":"2025-03-12T22:00:45.063Z","dependency_job_id":"1dc80d2c-ca1b-4336-b12e-023084e826d2","html_url":"https://github.com/Nikolai2038/3d-models","commit_stats":null,"previous_names":["nikolai2038/stl-models","nikolai2038/3d-models"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolai2038%2F3d-models","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolai2038%2F3d-models/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolai2038%2F3d-models/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nikolai2038%2F3d-models/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nikolai2038","download_url":"https://codeload.github.com/Nikolai2038/3d-models/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245573892,"owners_count":20637674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blender","fbx","fbx-models","gltf","gltf-models","models","opengl","openscad","shell","stl","stl-models"],"created_at":"2025-03-26T02:17:30.948Z","updated_at":"2025-10-16T18:17:11.580Z","avatar_url":"https://github.com/Nikolai2038.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 3d-models\n\n## 1. Description\n\n3D-models which I collected across the web or from Blender for my OpenGL study.\n\nI saved same models in different formats:\n\n- `.stl`: The most simple, but does not support textures;\n- `.fbx`: Support textures;\n- `.gltf`: Support textures, most advanced;\n\nBelow are previews for STL models. Some of them are in ASCII format, some not. I used ASCII when exporting from Blender. Files without links was taken directly from Blender.\n\nI also add more segments for some primitives when exporting from Blender. For example, `sphere_2res.stl` contains 2 times more segments than `sphere.stl`. STL and GLTF formats are larger than FBX, so I don't store `8res` and `16res` for them.\n\n## 2. Collected models\n\n### `plane.stl` (ASCII)\n\n![plane](./.readme_images/plane.png)\n\n### `circle.stl` (ASCII)\n\n![circle](./.readme_images/circle.png)\n\n### `circle_2res.stl` (ASCII)\n\n![circle_2res](./.readme_images/circle_2res.png)\n\n### `circle_4res.stl` (ASCII)\n\n![circle_4res](./.readme_images/circle_4res.png)\n\n### [`arch.stl`](https://raw.githubusercontent.com/jannerm/o2p2/refs/heads/master/assets/stl/arch.stl) (Binary)\n\n![arch](./.readme_images/arch.png)\n\n### `cone.stl` (ASCII)\n\n![cone](./.readme_images/cone.png)\n\n### `cone_2res.stl` (ASCII)\n\n![cone_2res](./.readme_images/cone_2res.png)\n\n### `cone_4res.stl` (ASCII)\n\n![cone_4res](./.readme_images/cone_4res.png)\n\n### `cube.stl` (ASCII)\n\n![cube](./.readme_images/cube.png)\n\n### `cylinder.stl` (ASCII)\n\n![cylinder](./.readme_images/cylinder.png)\n\n### `cylinder_2res.stl` (ASCII)\n\n![cylinder_2res](./.readme_images/cylinder_2res.png)\n\n### `cylinder_4res.stl` (ASCII)\n\n![cylinder_4res](./.readme_images/cylinder_4res.png)\n\n### [`dome.stl`](https://raw.githubusercontent.com/jannerm/o2p2/refs/heads/master/assets/stl/dome.stl) (Binary)\n\n![dome](./.readme_images/dome.png)\n\n### [`half_rectangle.stl`](https://raw.githubusercontent.com/jannerm/o2p2/refs/heads/master/assets/stl/half_rectangle.stl) (Binary)\n\n![half_rectangle](./.readme_images/half_rectangle.png)\n\n### [`hat.stl`](https://raw.githubusercontent.com/jannerm/o2p2/refs/heads/master/assets/stl/hat.stl) (Binary)\n\n![hat](./.readme_images/hat.png)\n\n### [`horizontal_rectangle.stl`](https://raw.githubusercontent.com/jannerm/o2p2/refs/heads/master/assets/stl/horizontal_rectangle.stl) (Binary)\n\n![horizontal_rectangle](./.readme_images/horizontal_rectangle.png)\n\n### [`middle_triangle.stl`](https://raw.githubusercontent.com/jannerm/o2p2/refs/heads/master/assets/stl/middle_triangle.stl) (Binary)\n\n![middle_triangle](./.readme_images/middle_triangle.png)\n\n### [`rectangle.stl`](https://raw.githubusercontent.com/jannerm/o2p2/refs/heads/master/assets/stl/rectangle.stl) (Binary)\n\n![rectangle](./.readme_images/rectangle.png)\n\n### `sphere_uv.stl` (ASCII)\n\n![sphere_uv](./.readme_images/sphere_uv.png)\n\n### `sphere_uv_2res.stl` (ASCII)\n\n![sphere_uv_2res](./.readme_images/sphere_uv_2res.png)\n\n### `sphere_uv_4res.stl` (ASCII)\n\n![sphere_uv_4res](./.readme_images/sphere_uv_4res.png)\n\n### `sphere_ico.stl` (ASCII)\n\n![sphere_ico](./.readme_images/sphere_ico.png)\n\n### `sphere_ico_2res.stl` (ASCII)\n\n![sphere_ico_2res](./.readme_images/sphere_ico_2res.png)\n\n### `sphere_ico_4res.stl` (ASCII)\n\n![sphere_ico_4res](./.readme_images/sphere_ico_4res.png)\n\n### [`tall_triangle.stl`](https://raw.githubusercontent.com/jannerm/o2p2/refs/heads/master/assets/stl/tall_triangle.stl) (Binary)\n\n![tall_triangle](./.readme_images/tall_triangle.png)\n\n### [`teapot.stl`](https://users.cs.utah.edu/~dejohnso/models/teapot.stl) (ASCII)\n\n![teapot](./.readme_images/teapot.png)\n\n### [`tetrahedron_flat_top.stl`](https://raw.githubusercontent.com/jannerm/o2p2/refs/heads/master/assets/stl/tetrahedron.stl) (Binary)\n\n![tetrahedron_flat_top](./.readme_images/tetrahedron_flat_top.png)\n\n### [`tetrahedron.stl`](https://www.printables.com/model/263702-tetrahedron-openscad/files) (Binary)\n\n![tetrahedron](./.readme_images/tetrahedron.png)\n\n### [`triangle.stl`](https://raw.githubusercontent.com/jannerm/o2p2/refs/heads/master/assets/stl/triangle.stl) (Binary)\n\n![triangle](./.readme_images/triangle.png)\n\n### `monkey.stl` (ASCII)\n\n![monkey](./.readme_images/monkey.png)\n\n### `torus.stl` (ASCII)\n\n![torus](./.readme_images/torus.png)\n\n### `torus_2res.stl` (ASCII)\n\n![torus_2res](./.readme_images/torus_2res.png)\n\n### `torus_4res.stl` (ASCII)\n\n![torus_4res](./.readme_images/torus_4res.png)\n\n### [`70-meter-dish.stl`](https://nasa3d.arc.nasa.gov/detail/70-meter-dish) (ASCII)\n\n![70-meter-dish](./.readme_images/70-meter-dish.png)\n\n### `octahedron.stl` (ASCII)\n\n![octahedron.stl](./.readme_images/octahedron.png)\n\n## 3. Useful resources\n\n- [NASA 3D Models](https://nasa3d.arc.nasa.gov/models).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolai2038%2F3d-models","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikolai2038%2F3d-models","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolai2038%2F3d-models/lists"}