question

Sebastian Hemmann avatar image
2 Likes"
Sebastian Hemmann asked Jason Lightfoot edited

Problem with follow object on conveyor

Hi,

it seems that the 3D view jumps if I set the follow object to a box on an conveyor.

Does anybody have a good idea, what I´m doing wrong, or how to solve it?

Follow Object on Conveyor.fsm


FlexSim 20.2.3
conveyorflexsim 20.2.3follow object
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot edited

Looks like a FollowPreDraw issue of the Perspective view where the target rotation should be projected onto the model space something like this:

Vec3 rotation= object.rotation.projectRotation(object.up,model());
double targetRz =rotation.z-90;
Noted as a bug.
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.