README.md
December 5, 2022 ยท View on GitHub
Description
Want to move objects in a smooth curves. A catmull-rom Path moving algorithm is presented here.
This very simple program show you how to:
-
Create smooth path interpolations with the Catmull-rom algorithm (Curve passes smoothly through the control points you provide).
-
Move objects through the path generated.
Forward referencing is used to solve the Catmull-rom cubical equation, where adding the third dimension is just that easy as a Copy-Paste operation.
More Info
| Submitted On | 2004-12-27 20:59:04 |
| By | Hari Krishnan |
| Level | Intermediate |
| User Rating | 5.0 (40 globes from 8 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Games |
| World | Visual Basic |
| Archive File | Code_for_F19591712232005.zip |