Message 1 of 2
Performance bottleneck with transformations each frame
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I’m using a vrTimer to update transformations (setTranslation, setRotation, etc.) on multiple nodes every frame (using vrTimer).
Profiling shows a massive CPU hit from these individual API calls.
Is there a way to batch these transformation updates in the v2 API to reduce Python-to-C++ overhead ?
Any tips ?
