Quote: "Nice! I will check this out and report back! I like all your 3d work so far. it boggles my mind, but I like it."
Quote: "Nice."
Thanks!
I will try to add small snippets on how you add other colours and textures later on .
also how yoy raise the ground for hills and stuff.
Also pay attention on this command !
RENDER_Ground( LowRes , MinPixel , Floor_Step# , View_Depth)
These 2 affect how the texture looks and performance
Low res is the number of lines it skips when drawing.
Floor_Step# is the distance the ray travels before checking the ground.
Min pixel is supposed to skip lines under this size but i seam to have removed it when moving the files to the snippet
Now back to the raycaster that bothers me with alot of problems