Textured polygons helper functions - Printable Version +- NaaLaa (https://www.naalaa.com/forum) +-- Forum: NaaLaa (https://www.naalaa.com/forum/forum-1.html) +--- Forum: NaaLaa 7 Code (https://www.naalaa.com/forum/forum-4.html) +--- Thread: Textured polygons helper functions (/thread-96.html) |
Textured polygons helper functions - Marcus - 03-06-2024 'draw poly image' can be hard to use and make sense of, so here is an example program with some helper functions. RE: Textured polygons helper functions - 1micha.elok - 03-07-2024 (03-06-2024, 03:58 PM)Marcus Wrote: 'draw poly image' can be hard to use and make sense of, so here is an example program with some helper functions. Awesome, I can make a rabbit with alien skin click to zoom in the image Thank you, Marcus, for creating poly* familes in Naalaa I would like to summarize what I have learned so far. Comparing the difference between coordinates and how each one is used for : - Polyline which can be generated using Poly_Editor.exe (Naalaa 6). To be used as a PATH - Polyimage which needs some adjustment for texture To be used as a TEXTURE - Polygon which needs some adjustment to move each point To be used as a SHAPE Code: '----------------- |