Skip to content

Nikolai2038/3d-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3d-models

1. Description

3D-models which I collected across the web or from Blender for my OpenGL study.

I saved same models in different formats:

  • .stl: The most simple, but does not support textures;
  • .fbx: Support textures;
  • .gltf: Support textures, most advanced;

Below 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.

I 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.

2. Collected models

plane.stl (ASCII)

plane

circle.stl (ASCII)

circle

circle_2res.stl (ASCII)

circle_2res

circle_4res.stl (ASCII)

circle_4res

arch.stl (Binary)

arch

cone.stl (ASCII)

cone

cone_2res.stl (ASCII)

cone_2res

cone_4res.stl (ASCII)

cone_4res

cube.stl (ASCII)

cube

cylinder.stl (ASCII)

cylinder

cylinder_2res.stl (ASCII)

cylinder_2res

cylinder_4res.stl (ASCII)

cylinder_4res

dome.stl (Binary)

dome

half_rectangle

hat.stl (Binary)

hat

horizontal_rectangle

middle_triangle

rectangle.stl (Binary)

rectangle

sphere_uv.stl (ASCII)

sphere_uv

sphere_uv_2res.stl (ASCII)

sphere_uv_2res

sphere_uv_4res.stl (ASCII)

sphere_uv_4res

sphere_ico.stl (ASCII)

sphere_ico

sphere_ico_2res.stl (ASCII)

sphere_ico_2res

sphere_ico_4res.stl (ASCII)

sphere_ico_4res

tall_triangle

teapot.stl (ASCII)

teapot

tetrahedron_flat_top

tetrahedron

triangle.stl (Binary)

triangle

monkey.stl (ASCII)

monkey

torus.stl (ASCII)

torus

torus_2res.stl (ASCII)

torus_2res

torus_4res.stl (ASCII)

torus_4res

70-meter-dish

octahedron.stl (ASCII)

octahedron.stl

3. Useful resources