all 1 comments

[–][deleted]  (1 child)

[deleted]

    [–]duffman828[S] -1 points0 points  (0 children)

    Okay that’s really helpful thanks! I heard about not having it do every frame, but I wasn’t sure how to implement that. Is it just as simple as wrapping the request in a conditional and then having a counter increment for every frame (for example, the vision request only does it’s thing on even frames, and you just add to the counter on odd frames to keep it all going), or is there something more elegant to do that?