[root]/3rdParty/modelica3d/lib/mod3d/src/modelica/Modelica3D
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 5 (100.0%) | 628 (100.0%) | 125.6 |
sjoelund.se | 2 (40.0%) | 415 (66.1%) | 207.5 |
cschubert | 3 (60.0%) | 213 (33.9%) | 71.0 |
Use the new external svn repos for 3rdParty sources
0 lines of code changed in 1 file:
modelica3d: * changed time to t since it is not allowed/supported in an algorithm
* preparations for integration into ModelicaServices 3.2.1
18 lines of code changed in 1 file:
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)
19 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"
176 lines of code changed in 1 file:
- Adding makefiles for modelica3d
415 lines of code changed in 1 file: