1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 9 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- iceeey added incomplete unit test for otPolyLineSpline3. Only tests initial state, getLength(), and findNearest() so far. More... over 17 years ago
- iceeey added unit test for otVector3 class. TODO: Test the vector rotation functions. More... over 17 years ago
- 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. More... over 17 years ago
Implementing access to the billboards generated by BBCSimple.
P.K.
as kirchdorfer
More... over 17 years ago
Applying patch [ 1565782 ] 'getCurvature() for otPolyLineSpline3' submitted by Jeroen Wouters.
P.K.
as kirchdorfer
More... over 17 years ago
Fossi fixed two errors and a warning on vc8 More... over 17 years ago
Fossi made various small changes More... over 17 years ago
Fixing bug in bbcsimple
P.K.
as kirchdorfer
More... over 17 years ago
Fossi fixed small linuxy things More... over 17 years ago
Fossi forgot to actually delete the Jamfiles More... over 17 years ago
Fossi removed now unecessary Jamfiles More... over 17 years ago
Fossi tried to fix the buildsystem More... over 17 years ago
Fixing doxygen warnings
P.K.
as kirchdorfer
More... over 17 years ago
Adding documentation
P.K.
as kirchdorfer
More... over 17 years ago
Temporary resert to StemMesher
P.K.
as kirchdorfer
More... over 17 years ago
Fixing pseudo self shadowing
P.K.
as kirchdorfer
More... over 17 years ago
Fixing a bug in weber/clonefactory
P.K.
as kirchdorfer
More... over 17 years ago
Fixing Doxygen warnings
P.K.
as kirchdorfer
More... almost 18 years ago
Updated TODO. More... about 18 years ago
- Seth added pseudo self-shadowing for leaves to the tree mesher. It finds the averaged center of all the leaves and the maximum distance from that center and changes the vertex color of each leaf according to the normalized distance from the center. More... about 18 years ago
Fossi updated the msvc project files More... about 18 years ago
Fossi fixed some small bugs and sanitized the install More... about 18 years ago
Fossi fixed some dates in history.txt More... about 18 years ago
Changed the way GL extensions are checked for in the renderer. Instead of checking for the extension substring in glGetString(GL_EXTENSIONS), it now checks the result of SDL_GL_GetProcAddress, which returns NULL if a function is unsupported. More... about 18 years ago
Adding some code I had laying around
P.K.
as kirchdorfer
More... about 18 years ago
* Added a fixed, even stemmesher. This has the same functionality as the old stemmesher except that it clamps the starting point to the parent stem and it no longer has a setLOD() function. Need to make it use the parent mesh for the starting point. More... over 18 years ago
updating docs and Jamfiles.
P.K.
as kirchdorfer
More... over 18 years ago
Fixed warnings in leafmesher.h about possibly not returning in non-void function. Added assert to make sure leafedges is valid. More... over 18 years ago
Made the leave shader do simple lighting. More... over 18 years ago
Added the leaves shader. More... over 18 years ago