Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Move fluid based on device orientation - ObiSphericalForceZone?
#5
(05-11-2018, 04:36 PM)AdrienMondot Wrote: Hi there!

Sorry for the totally newbie question : I'm trying to access to the solver gravity in my script,  but I'm having compilation errors.
 'ObiSolver' does not contain a definition for 'gravity' and no extension method 'gravity' accepting a first argument of type 'ObiSolver' could be found (are you missing a using directive or an assembly reference?) 

How should I proceed?

Thanks for any help.
Regards,
Adrien

Try
Code:
solver.parameters.gravity
.
Reply


Messages In This Thread
RE: Move fluid based on device orientation - ObiSphericalForceZone? - by josemendez - 05-11-2018, 08:02 PM