Fusion effectuée fluidVisualisation (pull request #33)
FluidVisualisation in gzweb * [NRRPLT-0000] Fluid visualization for gzweb * Merge branch 'development' of bitbucket.org:hbpneurorobotics/gzweb into fluidVisualisation * [NRRPLT-7667] Updates to particle visualization * [NRRPLT-7667] Fluid visualization in gzweb * Merged development into fluidVisualisation * Merge branch 'development' of bitbucket.org:hbpneurorobotics/gzweb into fluidVisualisation * [NRRPLT-7667] Changed water particles size and colour * [NRRPLT-7667] FluidVisualModel is initialized once and only the positions are updated on every rendering frame - The fluidVisualizations array contains a single fluid visual - The initFluidBuffers function instantiates all the necessary for the rendering arrays only once - The update function only updates the positions of the fluid particles based on incoming messages Approuvé par : Sandro Weber Approuvé par : Axel von Arnim
Showing
- gz3d/build/gz3d.js 67 additions, 3 deletionsgz3d/build/gz3d.js
- gz3d/src/gz3d-fluid-vis.js 39 additions, 0 deletionsgz3d/src/gz3d-fluid-vis.js
- gz3d/src/gziface.js 25 additions, 3 deletionsgz3d/src/gziface.js
- gz3d/src/gzscene.js 3 additions, 0 deletionsgz3d/src/gzscene.js
- gzbridge/GazeboInterface.cc 42 additions, 0 deletionsgzbridge/GazeboInterface.cc
- gzbridge/GazeboInterface.hh 24 additions, 0 deletionsgzbridge/GazeboInterface.hh
Please register or sign in to comment