Progress
See features for what is currently implemented. If you want to help, contact us via IRC, or write an e-mail to one of the Project Admins.
ChangeLog
Open Tree Library detailed change log.
http://opentreelib.sf.net/
-------------------------------------------------------------------------------
05-Oct-2006
- iceeey added incomplete unit test of otArray class.
It is located in src/t/array.t since the 'opentree' module is
located in src/. It would be better if it were in src/utils/t/.
To run all the unit tests on the project, run `jam check' or
`jam check_all'. Alternatively, you could run `jam check_opentree'
to test only the 'opentree' module.
- iceeey added unit test for otVector3 class.
TODO: Test the vector rotation functions.
- iceeey added incomplete unit test for otPolyLineSpline3.
Only tests initial state, getLength(), and findNearest() so far.
01-Oct-2006
- PK implemented access to the billboards generated by BBCSimple.
26-Sep-2006
- PK applied patch [ 1565782 ] "getCurvature() for otPolyLineSpline3"
submitted by Jeroen Wouters.
05-Sep-2006
- Fossi fixed two errors and a warning on vc8
27-Aug-2006
- Fossi changed returned default color to be 1,1,1,1
- Fossi changed count in otvertices to be uint
26-Aug-2006
- Fossi fixed header installation on linux
- Fossi fixed bbc to compile on gcc
- PK fixed a bug in bbcsimple. VertexCount is correct now.
