← Back to team overview

yade-dev team mailing list archive

Re: some smaller changes

 

> The Scene functor sounds powerful.  
> dt was used to be assesed through dt=Omega::getTimeStep() now it can
> be assesed through Scene->dt.
> What other paramters are affected. All can be assessed through Scene?
> I haven't got it...
Yes, everything, but it shouldn't be abused (functors should not access
other bodies than those they are passed as arguments, for instance).

But it is nothing that wouldn't have already been possible with
Omega()::instance.getScene()->...

v





References