[root]/3rdParty/modelica3d/examples/multibody/src/modelica
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 10 (100.0%) | 583 (100.0%) | 58.3 |
sjoelund.se | 8 (80.0%) | 540 (92.6%) | 67.5 |
cschubert | 2 (20.0%) | 43 (7.4%) | 21.5 |
Use the new external svn repos for 3rdParty sources
0 lines of code changed in 4 files:
modelica3d: * synchronize via time instead of integer frame number => animation runs in "real-time" now
* only send visualization information if object did move (a bug in the initial residuals prevents me from making initial system balanced)
20 lines of code changed in 1 file:
modelica3d - enabled support to load file objects:
* bugfix in modcount: need to reserve len+1 chars for a string, since it is null terminated
* synchronize frame rates -> Now animation is too slow?
* need to copy all osg libraries to backend folder, otherwise loadFromFile fails
* use absolute filename, because the backend searches for files relative to itself instead of relative to mo file
* modbus is not strict c (assignment begore declaration), msvc complained
* several primitives are still missing: "pipecylinder", "pipe", "beam", "gearwheel", "spring"
23 lines of code changed in 1 file:
- Adding makefiles for modelica3d
540 lines of code changed in 4 files: