PlayBASIC V1.46b BETA

Started by kevin, August 06, 2006, 08:21:16 AM

Previous topic - Next topic

kevin

PlayBASIC V1.46b BETA (Retail Compiler Only Beta) - (Avail for Registered Users ONLY)

   PlayBASIC V1.46b is revision of the retail PB1.46.   It corrects a few bugs and adds some changes to the translate mesh command and cameras.  Mainly to make software 3D doable in PlayBASIC now.

  It also includes the 3D terrain demo for you to tinker with.   While currently some of the systems it uses are undocumented (ie. Pick through the source and you'll find all the necessary tidbits!), it'd be well worth you getting familiar with the concept of build a vertex list & mesh.  It's inevitable as we walk towards the  land of 3D.


Download

 



History



  1.465     25july to 4th,Aug,2006
  *changes
   - Poke StringRef Pointers can now dealloc null string
    writes.

  *Updated
   - Update the Mesh to the buffer function to support
                               near/far plane clipping and triangles.

 *New Command
   - CameraClippingPlane ThisCamera,NearPlane,FarPLane
  - CameraSceneSort ThisCamera,Flag

 *Bugs
  - Peek?PokeBankString using inclusive clipping