aboutsummaryrefslogtreecommitdiff
path: root/src/models.c
AgeCommit message (Expand)Author
2016-07-04Review ResolveCollisionCubicmap()Ray
2016-06-24Removed function SetModelTexture()raysan5
2016-06-11Avoid external variable whiteTextureraysan5
2016-06-11Corrected bug on cubemap generationraysan5
2016-06-02Review heades usageRay
2016-05-31Removed colTint, tint color is colDiffuseraysan5
2016-05-31Reviewed DrawLight() function and some tweaksRay
2016-05-30Added tint color attribute to material data typevictorfisac
2016-05-30Remove normal depthvictorfisac
2016-05-30Add Draw3DCircle function and update raylib and rlgl headervictorfisac
2016-05-21Fix small bug and spacingvictorfisac
2016-05-21Add Draw3DLine function and fixed MLT glossiness import valuevictorfisac
2016-05-20Add standard lighting (1/3)victorfisac
2016-05-20Improved MTL loading shininess valuevictorfisac
2016-05-20Fix small warningvictorfisac
2016-05-20Add lighting system -IN PROGRESS-raysan5
2016-05-20Support DYNAMIC_DRAW mesh loadingraysan5
2016-05-18Reorganize data for consistencyraysan5
2016-05-10Code tweakraysan5
2016-05-10Added support for indexed mesh dataraysan5
2016-05-09Added referenceRay
2016-05-09First implementation of MTL loadingRay
2016-05-09Added MTL loading infoRay
2016-05-08Improved vertex attribs support for modelsRay
2016-05-08Improved mesh supportraysan5
2016-05-07Library redesign to accomodate materials systemraysan5
2016-04-03Some code simplificationsraysan5
2016-03-27Corrected bug on bounding boxraysan5
2016-03-27Corrected bug and comments on model unloadingraysan5
2016-03-06Redesign to use Material type -IN PROGRESS-raysan5
2016-03-05Split mesh generation from model loadingraysan5
2016-03-053d Camera: Added support for field-of-view Yraysan5
2016-03-01Updated BoundingBox collision detectionsraysan5
2016-03-01Added color to DrawBoundigBox()raysan5
2016-03-01Adjust buffers usageraysan5
2016-03-01Do not free model meshraysan5
2016-02-12Reviewed code TODOsraysan5
2016-02-11Improved LoadHeightmap()raysan5
2016-02-02Functions parameters reorganize: Axis and AngleRay
2016-01-25Added bounding box calculationraysan5
2016-01-23Some code tweaksraysan5
2016-01-20Added ray-sphere collision detectionvictorfisac
2016-01-20Adapted raymath as single header libraryraysan5
2016-01-19Added some functions (incomplete)raysan5
2016-01-18Rename VertexData struct to Meshraysan5
2016-01-13Corrected some float valuesraysan5
2016-01-07Added collision check between ray and boxvictorfisac
2015-12-30Some tweaks and details reviewraysan5
2015-12-21Added new matrix location points and extra functionsvictorfisac
2015-11-05Variables initializationRay