| | | | |
| .bb | EntitySphere elapsing box check | dont look at me like that! i know, uber simple but i put it up anyway... still usefull | aab | 1+ years ago |
| .bb | Asteroids FPS | Demonstrates how to make an asteroids game in 3D with a First Person View | Andy | 1+ years ago |
| .bb | Vector/Matrix Lib | Various vector/matrix/transform funcs | AntonyWells | 1+ years ago |
| .bb | See if an Entity is in View | This uses Vector Maths to find out if Entity A can See Entity B with angle and range parameters | Berbank | 1+ years ago |
| .bb | Pointy Rockets | Plots 4 rockets and rotates them to point to the next one (needs the rocket.3ds) | Blitzplotter | 7 months ago |
| .bb | TForm Point | TFormPoint using getmatElement | Bobysait | 1+ years ago |
| .bb | TForm Vector | TForm Vector using GetMatElement | Bobysait | 1+ years ago |
| .bb | Fast ATan2 (4° precision) | calculates angle using ATan2 method faster than blitz command | Bobysait | 2 months ago |
| .bb | simple ball physics | Types and simple ball physics | bradford6 | 1+ years ago |
| .bb | Vector 3D Math Library [v1.7] | Vector 3D Library converted from C++. | Chroma | 1+ years ago |
| .bb | Point distance to a Line | Calculates the shortest distance between a point P and a line | Danny | 1+ years ago |
| .bb | generic bouncing code | want your objects to bounce? come right in... | DarkEagle | 1+ years ago |
| .bb | Area Collision Lib | As the title says.. | David Bird(Birdie) | 1+ years ago |
| .bb | Infinite far clipplane | Stops clipping entities! | Devils Child | 1+ years ago |
| .bb | InsideCheck | The function checks to see if a point is within another point | EdzUp[GD] | 1+ years ago |
| .bb | Ray->Sphere Intersection | Returns intersection points | elias_t | 1+ years ago |
| .bb | intersection dll | intersection dll | elias_t | 1+ years ago |
| .bb | Triangle intersection dll | checks intersection between 2 triangles | elias_t | 1+ years ago |
| .bb | ray->plane ray->triangle intersection | The intersection point is calculated | elias_t | 1+ years ago |
| .bb | triangle - box intersection | Checks intersection between a triangle and a box | elias_t | 1+ years ago |
| .bb | Ray Box Intersection | Ray Box Intersection function | elias_t | 1+ years ago |
| .bb | Ray intersect | Calculates the intersection between a triangle and a ray(vector) in 3d space | GrahamK | 1+ years ago |
| .bb | Simple car physics | Drive a cube around in a spherical world | Jeppe Nielsen | 1+ years ago |
| .bb | Ball rolling example | Shows how you can make a ball roll | Jeppe Nielsen | 1+ years ago |
| .bb | Wheel rolling example | Shows how to roll a wheel, unlike a ball it cannot go in any direction. | Jeppe Nielsen | 1+ years ago |
| .bb | Vector Example | Graphically shows the use of aligntovector, dot and cross products | Jeppe Nielsen | 1+ years ago |
| .bb | Obscurer example - With viewangle | An example showing how to calculate if entities can see each other | Jeppe Nielsen | 1+ years ago |
| .bb | Enemy chasing with collision | Shows how enemies can chase a target, without sliding into same position. No blitz collisions used, only math. | Jeppe Nielsen | 1+ years ago |
| .bb | Pool Game | Just a simple pool game done in 2 hours | Jeppe Nielsen | 1+ years ago |
| .bb | Non-Type Based Vector Lib | Your standard vector lib. with banks instead of types and many vector functions. | Jonathan Nguyen | 1+ years ago |
| .bb | No Reponse Collisions | No response collisions. | Ken Lynch | 1+ years ago |
| .bb | Simple 3D sphere-to-sphere physics | Simple 3D sphere-to-sphere physics | Ken Lynch | 1+ years ago |
| .bb | PickedVertex() | Returns the nearest picked vertex | KimoTech | 1+ years ago |
| .bb | Calc terrain height - Ideal for terrain tool | Uses Cos#() to calc the vertex/terrain height for ex. a mountain | KimoTech | 1+ years ago |
| .bb | Create Tiled Terrain | Create a Terrain that exists as a mesh with tile mapping! | Leon Drake | 1+ years ago |
| .bb | BMAX - Distance from Point to Line | get XYZ and Area distance to a line | Leon Drake | 1+ years ago |
| .bb | Vehicle pitch and roll without child/pivot entities | Looks at a mesh as a single object on a terrain and calculates the pitch and roll | MadJack | 1+ years ago |
| .bb | Bezier Interpolation in 3D | Bezier Interpolation in 3D | Markus Rauch | 1+ years ago |
| .bb | Simple Wheel Physics | Using Circumference to calculate wheel rotation based on velocity | MCP | 1+ years ago |
| .bb | 3D "Verlet" Collision Engine | VERY fast collision code adapted to Blitz3D | Miracle | 1+ years ago |
| .bb | Gradient Of a Triangle | Finds the maximum gradient of a triangle's defined plane | Mr Snidesmin | 1+ years ago |
| .bb | Improved Perlin Noise 2D and 3D | Noise for 2D and 3D manipulation. | MusicianKool | 1+ years ago |
| .bb | Mouse XY to 3D XY | Use Mouse XY coordinates in 3D coordinates | MusicianKool | 1+ years ago |
| .bb | 3D math functions | Various 3D math functions I wrote for Vein R3 | N | 1+ years ago |
| .bb | NA_ODE | Mapping ODE with B3d Commands | namar777 | 1+ years ago |
| .bb | Avoid_entity function | cone avoids red cube | Nate the Great | 1+ years ago |
| .bb | Verlet Physics (incomplete) | Verlet Physics for simple low poly effects in a game | Nate the Great | 1+ years ago |
| .bb | camera control in 3rd person | controls camera movement it 3rd person | Nate the Great | 1+ years ago |
| .bb | Verlet water :-) | verlet water code | Nate the Great | 1+ years ago |
| .bb | Crude Little coding Object Pushing! | this is a REALY simple pushing items example | Neochrome | 1+ years ago |
| .bb | PickedUV / Move texture with mouse | Calculates UV coordinates at picked location. Code comes with a sample on how to use this function to move a texture on a mesh with the mouse | Noobody | 1+ years ago |
| .bb | True 3D Visibility / Line of Sight code (pseudo LOS) | Fast LOS code, accounts for all polys | OpticEvIl | 1+ years ago |
| .bb | Distance between many entities | Calculate the distance between several entities, and choose the nearest one | RGF | 1+ years ago |
| .bb | PointHeightOnTri | Function that calculates the height y# for position x# z# on a Triangle in a 3D environment. | RGR | 1+ years ago |
| .bb | Align an Object to a Triangle. | Align an Object to a Triangle. | Richard Betson | 1+ years ago |
| .bb | sphere_and_box | sphere pushing a box around | RiverRatt | 1+ years ago |
| .bb | Rounding Numbers | CEIL, FLOOR and INT | rolow | 1+ years ago |
| .bb | Push a row of cubes! | Pushes a row of cubes, uses blitz collisions system | Ross C | 1+ years ago |
| .bb | Sphere-Box Intersection Routine | Tests to see whether a solid sphere intersects a solid axis-aligned box | simonh | 1+ years ago |
| .bb | Dynamic Collision Lib | A small lib that allows for dynamic sphere -> dynamic poly collisions using Blitz's built-in collision system | simonh | 1+ years ago |
| .bb | Ray Intersect Triangle Test | This function tests if a ray intersects a triangle, and if so returns true. It also calculates the UV cordinates of the collision. | sswift | 1+ years ago |
| .bb | Point Inside Oriented Bounding Box | This function tells you if a point is inside an entity's oriented bounding box. | sswift | 1+ years ago |
| .bb | Ray / Line Segment Intersection | Ray_Intersect_Triangle, and Ray_Intersect_Mesh | sswift | 1+ years ago |
| .bb | DeltaRoll | As below | Stevie G | 1+ years ago |
| .bb | Orbital gravity | Simple orbital gravity | stu | 1+ years ago |
| .bb | Rigid Body Simulation | Simple Rigid Body Simulation (No collisions yet) | Sweenie | 1+ years ago |
| .bb | chaos cube | theory of chaos | Vignoli | 1+ years ago |
| .bb | transform point onto plane | transform point from plane to realworld coords | Warner | 1+ years ago |
| .bb | Quaternions | Some basic quaternion functions (useful for rotating objects) | Wavey | 1+ years ago |
| .bb | GetAngle for BlitzMax | New function: GetAngle | Weijtenburg | 1+ years ago |
| .bb | Triggerplate system for detecting intrusion events | Triggers an event when an entity with a trigger atached collides with a triggerplate quad. Useful for visibility management, etc. Example includes vis code. | Zethrax | 1+ years ago |
| .bb | Lib to create an OBB and test if a point or entity is inside its space | This 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. | Zethrax | 1+ years ago |
| .bb | Snap to grid movement | Demonstrates camerapicking a point on a grid and moving an object so that movement is snapped to the size of the grid cell | Zethrax | 1+ years ago |
| .bb | YawToEntity 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. | Zethrax | 1+ years ago |