t S x F a c t o r y

A Delphi framework for trueSpace3 Plugin development


Download tSxFactory

for Delphi 3
for Delphi 2

Sample Code for tSxFactory:
Nudge

Purchase tSxClasses ($50)


tSxFactory is available in three packages

tSxFactory (free download, see above):

  • Skeleton project for one step TSX creation. Just add forms.

  • Complete Pascal port of the trueSpace 3.0 API. 3.1 API updates coming soon.



tSxClasses ($50):

  • Object oriented wrapper classes for the TSX API.

  • Greatly simplfies the usage of API functions and trueSpace objects using properties and inheritence.

  • Example code using tSxClasses:

 

// Change fog color
TfApi.Scene.FogColor := TsxColor(128, 128, 128);
// Toggle fog
TfApi.Scene.Fog := not TfApi.Scene.Fog;

// Select source object
if not MyObject.IsSelected then MyObject.Select;
// Render selected object
TfApi.Scene.RenderSelected;
// Copy selected object
MyCopy := TfApi.Scene.CopySelected;



tSxClasses w/Source ($200):

  • All of the above with the original source code.

   

Download tSxFactory
for Delphi 3
for Delphi 2

Purchase tSxClasses ($50)

www.primitiveitch.com  

Copyright ©1997 Primitive Itch All Rights Reserved.