Version 7 (modified by patrick, 19 years ago) (diff) |
---|
modeling
blender
- http://www.b5-blender.com/tutorial4.html - babylon modeling tut
- http://home.clara.net/barrywright/3ditems.html - boat modeling tut (very simple and not too good)
- http://www.blenderwars.com/tut.php?module=texture - texturing with blender
md2 modeling
- http://www.misfitcode.com/misfitmodel3d/olh_quakemd2.html - misfit md2 editor open source
- http://www.planetquake.com/polycount/downloads/index.asp?game=1&sort=modelname - md2 model source
- http://www.scostarbase.com/TFQ2/downloads.html - transformers md2 models
examples
http://www.turbosquid.com/FullPreview/Index.cfm/ID/296859
Model formats
- wotsit - a collection of format descriptions
- gametutorials - a collection of many importer/graphics examples
3Ds
- garagegames tutorial - easy to use importer, some limitations
- gamedev code - some example mesh/material loading code, no animations
- lib3ds - ib3ds is a free ANSI-C library for working with the popular "3ds" 3D model format. loads and saves Atmosphere settings, Background settings, Shadow map settings, Viewport setting, Materials, Cameras, Lights, Meshes, Hierarchy, Animation keyframes
- c3ds - C3ds is a set of classes written in c++ to read and parse easily .3ds files with an object oriented approach.
- opencl-clib - OpenCL is Character library. It is used in OpenGL as its component. The library is built upon ScriptML and is able to support many 3D formats: md2, md3, 3ds, … The language is C/C++. Many optimizations (VBO, arrays) are controlled through API
- convex3d - A converter, viewer and object extractor for popular 3D file formats (3DS, OBJ, LWO etc). Features very fast text renderer with font anti-aliasing, support for textures and materials, modelling grid and axis, making scene screenshots, postprocessing etc
- the-labs - blender 3ds importer, very simple and old
Cal3D
- cal3d format - Cal3d is a skeletal based 3d character animation library written in C++