News:

Printed Amstrad Addict magazine announced, check it out here!

Main Menu
avatar_ComSoft6128

Triangles + Fractal Mountain by Odiesoft

Started by ComSoft6128, 12:33, 17 February 22

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ComSoft6128


Two programs from 1994.

Odiesoft (From CPCPOWER):
"While I was still working on my game Megablasters I continued to learn the mathematics required to create vector graphics. In my first vector graphics demo I had used very simple routines to calculate the correct screen positions of all the edges of the various polygons. The way the data for the polygon edges and their association to each other was stored in the memory was also my own idea. This data storage was simple and quick, but it was also very cumbersome if more than one polygon was displayed on the screen or the world coordinates had to be rotated. Then the simple data storage method was more of a hindrance than a blessing.

I learned more about matrices and vector products, but I also wrote clipping routines for lines that had start and/ or end points out of the visible screen area. Additional to that I spend a lot of time creating and optimizing routines for filled triangles. As some of you may still remember, games like Starstrike 2 and Hard Driving demonstrated that the CPC was able to display fast, filled vector graphics. Knowing this I reasoned that there must be some sort of optimization technique to push the CPC to its limits in displaying quick filled vector graphics.

After a lot of work I had created an optimized routine to create filled triangles that had no ristrictions whatsoever, that is all the edges were able to be outside a pre-defined rectangular area (e.g. the border of the screen) and yet the remaining area of the triangle would still be displayed correctly, clipped on some sides. This routine was comparatively fast, but I had the feeling that it still was no match for the Starstrike II routines. Anyway, I was happy with this first fully running version and I wrote a small test program to show the available positibilities with this filled triangles routine.

Besides a simple BASIC program that continuously calculated three random edges and displayed a triangle on the screen using these edges filled with different colors and patterns I also wrote a program that calculates fractal mountains. This program was a conversion of a similar program I had written for the Acorn RiscPC some time earlier. For the RiscPC version I had also created a routine for filled triangles (which served as template as well as testing grounds for the CPC port).

Due to memory and speed limitations the area that was being used as buffer for the fractal data was just 64*64 pixles. This fractal program started by setting random heights for each of the four corners of this area and then interpolated the points in between. This was achieved by dividing the distance between two already calculated points (points A and B) by two, thus getting a new point (C). Then the height for this point C was computed by taking the mean of the heights of the two starting points A and B and adding/ subtracting a random number that was depending on the iteration depth.

This height served as the Y-coordinate for the polygon (the X axis was displayed horizontally on the screen from the left to the the right, the Y-axis was displayed vertically on the screen and the Z axis was parallel to view vector) and was also used to define the color of any triangle including this point as on of its three edges. The mean of the height of the three edges plus/ minus a random value defined whether the triangle would be white for snow, green for grass or blue for the lake/ water at the base of the mountains.

After all iterations were completed an overview map of the mountain was displayed and the user can decide whether he/ she wants to calculate a new mountain or display the current fractal mountain in the 3d view mode. In this mode the mountain was painted from back to front using the filled triangle routine. Since there are 4096 triangles to be displayed it takes quite a lot of time to paint the mountain, but judging from the result I think it's worth the time.

Besides this demonstration program for my filled vector graphics I didn't create any other vector programms on the CPC. On the RiscPC (that I usually used to develop vector graphics routines (because it was easier on the Risc PC with sixteen 32-bit registers compared to the six CPC 16 bit (BC, DE, HL and BC', HL' and DE') and two 8-bit registers (A and A'))) I actually wrote a small 3d world system using a mixture of BASIC (for the matrix calculation) and Assembler routines (for the filled triangles). I never ported this programm to the CPC though. Working and studying started to demand more and more time of me, so that there wasn't this much time left for CPC programming (which takes a LOT of time as some of you surely know).

Thus this fractal mountain program remains as the sole glimpse of what would have been possible on the CPC if I had had the time to continue my efforts..."


https://www.youtube.com/watch?v=kI0BVDw3j0k

I Run the Fractal Mountain program six times and the timings are below:
'Mountain' 1 - Starts @ 1:30 and completes @ 3:43
'Mountain' 2 - Starts @ 3:54 and completes @ 6:17
'Mountain' 3 - Starts @ 6:26 and completes @ 8:33
'Mountain' 4 - Starts @ 8:43 and completes @ 11:02
'Mountain' 5 - Starts @ 11:13 @ completes @ 13:56
'Mountain' 6 - Starts @ 14:05 @ completes @ 16:27

Other links:
https://www.cpc-power.com/index.php?page=staff&lenom=Odiesoft
https://cpcrulez.fr/auteur-odiesoft.htm
https://www.cpcwiki.eu/index.php/Odiesoft
https://odiesoft.de/amstrad/index.html


Not emulated - original hardware and software.
Please note that  the aspect ratio for this YouTube video is 16:9 but the CPC monitor
has an aspect ratio of 4:3 so you may wish to adjust your viewing device accordingly.




Gryzor


ComSoft6128


Gryzor


Powered by SMFPacks Menu Editor Mod