Home
Products
Community
Manuals
Contact
Login or Signup

Code archives/3D Graphics - Maths

Language: All | .bb | .bmx
Lang
Title
Description
Author
Date
.bmx3D Math FunctionsMatrix and vector functions designed as an alternative to the deprecated OpenGL matrix functions.AndrewT2010-06-08
.bbMouse XY to 3D XYUse Mouse XY coordinates in 3D coordinatesMusicianKool2010-05-09
.bbImproved Perlin Noise 2D and 3DNoise for 2D and 3D manipulation.MusicianKool2010-04-26
.bbRounding NumbersCEIL, FLOOR and INTrolow2009-09-28
.bbTForm VectorTForm Vector using GetMatElementBobysait2009-08-26
.bbTForm PointTFormPoint using getmatElementBobysait2009-08-26
.bbDistance between many entitiesCalculate the distance between several entities, and choose the nearest oneRGF2009-07-27
.bmxMatrices in minib3duse quaternions and matrices in b3dWarner2009-06-05
.bbtransform point onto planetransform point from plane to realworld coordsWarner2009-05-25
.bbVerlet water :-)verlet water codeNate the Great2009-02-22
.bbcamera control in 3rd personcontrols camera movement it 3rd personNate the Great2008-12-19
.bbVerlet Physics (incomplete)Verlet Physics for simple low poly effects in a gameNate the Great2008-09-17
.bbAvoid_entity functioncone avoids red cubeNate the Great2008-07-02
.bmxDifference Clouds heightmapGenerates a heightmap using a diamond-square fractalJoshK2008-06-15
.bbYawToEntity function (plus smart missile code).This function yaws the source entity to point to the target entity at the specified rate. Useful for turning bots to face waypoints, 2D-in-3D missiles, etc.Bill Stanbrook2008-05-30
.bmxRotateToAngle for BlitzMaxNew function: RotateToAngleWeijtenburg2008-02-07
.bbGetAngle for BlitzMaxNew function: GetAngleWeijtenburg2008-02-07
.bmxSuperFloor and SuperCeilNew functions: SuperFloor and SuperCeilWeijtenburg2008-02-07
.bbBMAX - Distance from Point to Lineget XYZ and Area distance to a lineLeon Drake2007-11-18
.bmxBoxes CollideMath only Box to Box Collision DetectionLeon Drake2007-11-02
.bbchaos cubetheory of chaosVignoli2007-09-29
.bbOrbital gravitySimple orbital gravitystu2007-05-30
.bbDeltaRollAs belowStevie G2007-02-15
.bbSnap to grid movementDemonstrates camerapicking a point on a grid and moving an object so that movement is snapped to the size of the grid cellBill Stanbrook2007-02-13
.bbLib to create an OBB and test if a point or entity is inside its spaceThis lib allows you to create and configure an Oriented Bounding Box (a box that is not locked to the dimensional axiis), and then test if a point or an entity has intruded into the OBB's space.Bill Stanbrook2007-02-11
.bmxBMax Math Lib v3.0New high speed to easy use math library.Chroma2007-02-03
.bbTriggerplate system for detecting intrusion eventsTriggers an event when an entity with a trigger atached collides with a triggerplate quad. Useful for visibility management, etc. Example includes vis code.Bill Stanbrook2007-01-19
.bbPoint distance to a LineCalculates the shortest distance between a point P and a lineDanny2006-11-24
.bbPool GameJust a simple pool game done in 2 hoursJeppe Nielsen2006-11-15
.bbInfinite far clipplaneStops clipping entities!Devils Child2006-10-24
.bbSimple Wheel PhysicsUsing Circumference to calculate wheel rotation based on velocityMCP2006-08-11
.bbNA_ODEMapping ODE with B3d Commandsnamar7772006-07-06
.bbCreate Tiled TerrainCreate a Terrain that exists as a mesh with tile mapping!Leon Drake2006-05-10
.bbCalc terrain height - Ideal for terrain toolUses Cos#() to calc the vertex/terrain height for ex. a mountainKimoTech2006-04-12
.bmx3D Math Lib - BMaxEasy to use 3d math lib for BMax. Can do complex equations on a single line.Chroma2005-12-01
.bbAsteroids FPSDemonstrates how to make an asteroids game in 3D with a First Person ViewAndy2005-12-01
.bbPickedVertex()Returns the nearest picked vertexKimoTech2005-11-27
.bbSee if an Entity is in ViewThis uses Vector Maths to find out if Entity A can See Entity B with angle and range parametersBerbank2005-11-11
.bmxCircle Circle Instersection PointsFinds and give the two points that intersects two circlesHaramanai2005-10-30
.bmxCower.Math3D3D Math code (Matrix, Vector3, Quaternion, Vector2, Rectangle)Nilium2005-09-15
.bbNon-Type Based Vector LibYour standard vector lib. with banks instead of types and many vector functions.Jonathan Nguyen2005-03-22
.bb3D math functionsVarious 3D math functions I wrote for Vein R3Nilium2004-12-05
.bbEntitySphere elapsing box checkdont look at me like that! i know, uber simple but i put it up anyway... still usefullaab2004-11-12
.bbtriangle - box intersectionChecks intersection between a triangle and a boxelias_t2004-11-12
.bbRigid Body SimulationSimple Rigid Body Simulation (No collisions yet)Sweenie2004-10-29
.bbReflex V1.1Rag doll/Vehicle vertlett physics lib.AntMan - Banned in the line of duty.2004-09-03
.bbPointHeightOnTriFunction that calculates the height y# for position x# z# on a Triangle in a 3D environment.RGR2004-09-03
.bbVector 3D Math Library [v1.7]Vector 3D Library converted from C++.Chroma2004-07-23
.bbGradient Of a TriangleFinds the maximum gradient of a triangle's defined planeMr Snidesmin2004-06-21
.bbVector/Matrix LibVarious vector/matrix/transform funcsAntMan - Banned in the line of duty.2004-06-18
.bbCrude Little coding Object Pushing!this is a REALY simple pushing items exampleNeochrome2004-06-01
.bbRay Box IntersectionRay Box Intersection functionelias_t2004-05-14
.bbEnemy chasing with collisionShows how enemies can chase a target, without sliding into same position. No blitz collisions used, only math.Jeppe Nielsen2004-03-30
.bbRay->Sphere IntersectionReturns intersection pointselias_t2004-02-27
.bbsphere_and_boxsphere pushing a box aroundRiverRatt2004-02-24
.bbPush a row of cubes!Pushes a row of cubes, uses blitz collisions systemRoss C2004-02-24
.bbray->plane ray->triangle intersectionThe intersection point is calculatedelias_t2004-02-23
.bbTrue 3D Visibility / Line of Sight code (pseudo LOS)Fast LOS code, accounts for all polysOpticEvIl2004-02-06
.bbDynamic Collision LibA small lib that allows for dynamic sphere -> dynamic poly collisions using Blitz's built-in collision systemsimonh2004-01-28
.bbObscurer example - With viewangleAn example showing how to calculate if entities can see each otherJeppe Nielsen2004-01-02
.bbAlign an Object to a Triangle.Align an Object to a Triangle.Richard Betson2003-12-30
.bbVector ExampleGraphically shows the use of aligntovector, dot and cross productsJeppe Nielsen2003-12-15
.bbWheel rolling exampleShows how to roll a wheel, unlike a ball it cannot go in any direction.Jeppe Nielsen2003-12-15
.bbBall rolling exampleShows how you can make a ball rollJeppe Nielsen2003-12-14
.bbRay / Line Segment IntersectionRay_Intersect_Triangle, and Ray_Intersect_Meshsswift2003-09-14
.bbSphere-Box Intersection RoutineTests to see whether a solid sphere intersects a solid axis-aligned boxsimonh2003-09-09
.bbSimple car physicsDrive a cube around in a spherical worldJeppe Nielsen2003-08-23
.bbSimple 3D sphere-to-sphere physicsSimple 3D sphere-to-sphere physicsKen Lynch2003-07-22
.bb3D "Verlet" Collision EngineVERY fast collision code adapted to Blitz3DMiracle2003-05-13
.bbgeneric bouncing codewant your objects to bounce? come right in...DarkEagle2003-05-04
.bbBezier Interpolation in 3DBezier Interpolation in 3DMarkus Rauch2003-04-14
.bbTriangle intersection dllchecks intersection between 2 triangleselias_t2003-02-01
.bbNo Reponse CollisionsNo response collisions.Ken Lynch2003-01-07
.bbRay intersectCalculates the intersection between a triangle and a ray(vector) in 3d spaceGrahamK2002-12-21
.bbintersection dllintersection dllelias_t2002-12-11
.bbQuaternionsSome basic quaternion functions (useful for rotating objects)Wavey2002-11-15
.bbPoint Inside Oriented Bounding BoxThis function tells you if a point is inside an entity's oriented bounding box.sswift2002-09-02
.bbInsideCheckThe function checks to see if a point is within another pointEdzUp[GD]2002-08-29
.bbRay Intersect Triangle TestThis function tests if a ray intersects a triangle, and if so returns true. It also calculates the UV cordinates of the collision.sswift2002-07-19
.bbArea Collision LibAs the title says..David Bird(Birdie)2002-05-07
.bbVehicle pitch and roll without child/pivot entitiesLooks at a mesh as a single object on a terrain and calculates the pitch and rollMadJack2001-10-02
.bbsimple ball physicsTypes and simple ball physicsbradford62001-09-28