Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2007-04-04moved source and text to american spellingCampbell Barton
* colour -> color * centre -> center * normalise -> normalize * modelling -> modeling
2005-03-09big warning hunt commitJean-Luc Peurière
lot of casts, added prototypes, missing includes and some true errors
2004-05-21Frustum sphere culling.Kester Maddock
Do a sphere<->camera sphere and a sphere<->frustum before the box<->frustum test.
2004-05-18Compiler portability fixes (MSVC 6)Kester Maddock
2004-05-16SceneGraph support for bounding boxsKester Maddock