![]() |
|
ModelMover axes scaing - Printable Version +- AB4D Forum (https://forum.ab4d.com) +-- Forum: Products Forums (https://forum.ab4d.com/forumdisplay.php?fid=4) +--- Forum: Ab4d.SharpEngine (https://forum.ab4d.com/forumdisplay.php?fid=12) +--- Thread: ModelMover axes scaing (/showthread.php?tid=4454) |
ModelMover axes scaing - BiMMate - 06-29-2024 Is there a way to scale or modify geometry for an already created ModelMover instance? The point is that I have created my own SectionBox node that has six of those I find necessary to scale them depending on the size of the section box, but it seems that after creating the ModelMovers I can no longer edit their geometry Thanks RE: ModelMover axes scaing - abenedik - 07-01-2024 I have updated the ModelMover sample so it has a new "Use custom transform" button that shows how to apply a custom transformation (in this case a custom scale) to the ModelMover. Check the commit diff to see the required changes: https://github.com/ab4d/Ab4d.SharpEngine.Samples/commit/1fe6497c75c8b9bf96731772ac34b746e052be5f |