CMM2: A question about how the 3D camera works


Author Message
PeteCotton

Guru

Joined: 13/08/2020
Location: Canada
Posts: 535
Posted: 08:05pm 09 Oct 2024      

  LeoNicolas said  Hey Pete
Can you post your fixed code? Maybe it can be used as base for other 3d games


The code above was just generated from a distilling down of my current game project. A simple way to cull on that would be to just only do the DRAW3D WRITE command if Z>5. But my full code is too messy for me to publish just yet. If I ever get it finished, it will of course be published with fully commented code.

Maybe as an interim I will extract out the 3D code and publish it earlier, so others can use it. But it's not quite there yet.