-
Froy replied to the topic ComputationTimes and batch in the forum Using SOFA 1 week, 1 day ago
Hi,
I stumbled on this bug myself yesterday 😤, and it should be fixed with the PR #1698. (hopefully it will be quickly merged in the master branch)
-
Froy replied to the topic Get/change camera parameters in the forum Programming with SOFA 1 month, 1 week ago
The current implementation in the GUI does not allow to change the resolution of the output (either for the video or the screenshots actually) and it takes the current size of the widget. 😕
The recording function itself does allow any custom size, so it should not be difficult to add fields in the GUI, and feed it in the function. -
Froy replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 1 month, 1 week ago
2-3 weeks ago, a PR related to this issue has been merged.
https://github.com/sofa-framework/sofa/pull/1615
It may solve this error. 🤔 -
Froy replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 1 month, 1 week ago
No idea; can you tell us the version of SOFA ? (master, release, etc)
-
Froy replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 1 month, 2 weeks ago
First time I see this error 😅
According to the code, PluginManager calls the function
getModuleName()
from your plugin (without checking if it is defined by the dll 😑).So I suppose there is a problem with this function in your plugin (not defined ? nullptr?)
-
Froy replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 1 month, 2 weeks ago
According to the demangler,
You would need the definition of
sofa::component::topology::NumericalIntegrationDescriptor<float, 3>::getQuadratureMethod(sofa::component::topology::NumericalIntegrationDescriptor<float, 3>::QuadratureMethod, unsigned long) constAnd this NumericalIntegrationDescriptor is currently only compiled with double…[Read more]
-
Froy replied to the topic Build problem for AdvancedFEM plugin in the forum Building SOFA 1 month, 2 weeks ago
For your first error, maybe some more information from your class NonFoldingTetrahedralConstraint.
But 🧐:
– there is no more compilation (by default) of Vec3fTypes (no more #ifndef SOFA_DOUBLE …)
– SofaComponentBase has been renamed one or two releases ago (?), now this package is called SofaBase. So you will need to link against SofaBase…[Read more] -
Froy replied to the topic Sofa Build Error in Windows 10 x64 VS 2019 in the forum Building SOFA 2 months, 1 week ago
My advice would be:
– first start with the defaults choices
– build successfully 🧐
– add/remove other options later on, to play with them -
Froy replied to the topic Sofa Build Error in Windows 10 x64 VS 2019 in the forum Building SOFA 2 months, 1 week ago
Hello,
Is there any need for GuiGlut and SofaHAPI ?
Those two plugins/applications are not supported anymore and nobody is taking care of them.
-GuiGlut is creating a GUI using Glut (a really old framework for creating GUIs with OpenGL)
– SofaHAPI is (was?) created to support haptics devices if I remember well.I am really not surprised those…[Read more]
-
Froy replied to the topic Adding new template for MechanicalObject in the forum Programming with SOFA 2 months, 3 weeks ago
There is no documentation right now on how to add a new Type for MechanicalObject.
What I can tell you from your linking error is that you need to include sofa/core/State.inl, as this file defines your missing symbols.
I suppose you did somewhere an instanciation like MechanicalObject. As MechanicalObject inherits State, it will the…[Read more] -
Froy's profile was updated 3 months, 1 week ago
-
Froy replied to the topic Adding new template for MechanicalObject in the forum Programming with SOFA 3 months, 1 week ago
Hello,
There is no doc on this because it was not really intended to changeable easily, but could be a good idea to make it .
Anyway, I never really created a new “type” as Vect3Types or Rigid3Types (types instanced with MechanicalObject) but as I could see rapidly, your new “type” needs to implement some conditions/types/functions. For example it…[Read more] -
Froy replied to the topic Problems in the installation of SofaOpenCL plugin in the forum Getting Started 8 months, 2 weeks ago
Hello,
Fixing this plugin is not that simple, as it seems that nobody was compiling for a few years (let alone using it).
I have spent some time to make it work somehow (compile + example scene with quadspring) in VS2019.
The PR is yet to be integrated into the master branch but if you want to test it nevertheless, you can fetch my branch on my…[Read more] -
Froy replied to the topic runSofa (v19.12) crashes on Mac OSX (10.14.6) in the forum Getting Started 9 months, 1 week ago
(I am not related with the sofa-framework website, nor the binaries from there)
Can you try to execute the binary directly, i.e
$ /Applications/runSofa.app/Contents/MacOS/bin/runSofa
in a terminal ?
-
Froy's profile was updated 9 months, 1 week ago
-
Froy replied to the topic runSofa (v19.12) crashes on Mac OSX (10.14.6) in the forum Getting Started 9 months, 1 week ago
Hello,
Did you compile your own version? or do you try to launch the compiled runSofa.app from the sofa-framework website ?
I am on OSX 10.14.6 and the (downloaded) .app seems to work on my side, either by double-clicking it or by executing the command
$ open -a /Applications/runSofa.app
-
Froy replied to the topic Depth Of Field in the forum Using SOFA 2 years, 8 months ago
What did you exactly change in the depthOfField shader file (vertex, fragment) ?
-
Froy replied to the topic Order Independent Transparency in the forum Using SOFA 3 years, 9 months ago
Hello,
Did you have a look at the example using OrderIndependentTransparencyManager ?
sofa_rootexamplesComponentsvisualmodelOrderIndependentTransparency.scn
-
Froy replied to the topic Order Independent Transparency in the forum Using SOFA 3 years, 9 months ago
Hello,
Did you have a look at the example using OrderIndependentTransparencyManager ?
examplesComponentsvisualmodelOrderIndependentTransparency.scn
-
Froy replied to the topic Order Independent Transparency in the forum Using SOFA 3 years, 9 months ago
Hello,
Did you have a look at the example using OrderIndependentTransparencyManager ?
examplesComponentsvisualmodelOrderIndependentTransparency.scn
- Load More