TyFlow dissapearing in viewport when Zooming In. - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Bugs and Issues (https://forum.tyflow.com/forum-3.html) +--- Thread: TyFlow dissapearing in viewport when Zooming In. (/thread-1594.html) |
TyFlow dissapearing in viewport when Zooming In. - houou - 04-01-2020 Hi there, I'm using Tyflow for some parametric modeling, so far so good but when I get to close in the viewport just dissapears... is there a way to avoid that to happen? For instance all but the teapot and the base geometry is scattered, but if i get just a bit closer.. everything is gone. Of course I could just TyCache each time i need to check something but I loos the interactivity adjustments. The scene is not strangly small and the viewport clipping is to the max. so is not that. ( that teapot is 128cm ( 1u 1cm)) max 2020 last gpu drivers. RE: TyFlow dissapearing in viewport when Zooming In. - tyFlow - 04-01-2020 tyFlow does a fast bounding box calculation that only factors in particles, not their shape vertices. If you zoom in close enough that all particles are outside of the view (even though particle shape vertices are still inside the view) max will cull the tyFlow and your shapes will disappear. If you run into this situation, you can manually expand the bounding box using the spinner in the debugging rollout of your tyFlow. RE: TyFlow dissapearing in viewport when Zooming In. - houou - 04-02-2020 (04-01-2020, 02:56 PM)tyFlow Wrote: tyFlow does a fast bounding box calculation that only factors in particles, not their shape vertices. If you zoom in close enough that all particles are outside of the view (even though particle shape vertices are still inside the view) max will cull the tyFlow and your shapes will disappear. Oh! I see, thank you for the explanation. It worked! |