mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
ZENO is an open-source, Node based 3D system able to produce cinematic physics effects at High Efficiency, it was designed for large scale simulations and has been tested on complex setups. Aside of its simulation Tools, ZENO provides necessary visualization nodes for users to import and run simulations if you feel that the current software you are using is too slow. https://github.com/zenustech/zeno/blob/master/README.md https://zenustech.com PR: 278611
10 lines
309 B
C++
10 lines
309 B
C++
--- zeno/src/extra/GlobalComm.cpp.orig 2024-04-21 08:28:40 UTC
|
|
+++ zeno/src/extra/GlobalComm.cpp
|
|
@@ -10,6 +10,7 @@
|
|
#include <unordered_set>
|
|
#include <zeno/types/MaterialObject.h>
|
|
#include <zeno/types/CameraObject.h>
|
|
+#include <thread>
|
|
#ifdef __linux__
|
|
#include<unistd.h>
|
|
#include <sys/statfs.h>
|