Camille-K

Results 6 issues of Camille-K

This PR adds a base test for the MeshSTLLoader component, based on similar tests for the OBJ and VTK loaders. It loads and checks the composition of the 3 .stl...

enhancement
pr: status wip

### Problem **Description** When executing runSofa, the following error is displayed : ``` [ERROR] [FileRepository] File icons/back.png NOT FOUND in :/home/ckrewcun/dev/sofa-github/src/applications/projects/runSofa/resources:/home/ckrewcun/dev/sofa-github/bd [ERROR] [FileRepository] File icons/home.png NOT FOUND in :/home/ckrewcun/dev/sofa-github/src/applications/projects/runSofa/resources:/home/ckrewcun/dev/sofa-github/bd ```...

issue: bug (minor)

This PR adds a callback in OglModel, to update the current visual (triggering a call to `initVisual()`), whenever the `m_positions` field is changed dynamically. The first interest of this PR...

enhancement
pr: status wip

Here is a new plugin which implements a beam force field component with plastic behaviour (to model nonlinear and permanent deformation). The general structure is inspired from the BeamFEMForceField component....

pr: status wip
pr: new feature

I open this issue following a [PR](https://github.com/sofa-framework/sofa/pull/3505) on `VectorTypeInfo`. The initial PR purpose was to change the default behaviour of the `getValuePtr` methods from ``` return &data[0]; ``` (which may...

issue: bug (minor)

The plasticity model for Cosserat is still highly experimental and under development. The corresponding code is moved into a dedicated branch (DevPlasticity) until it is stable enough to be reintegrated