Nicholas Yue
Nicholas Yue
Currently, I am writing a custom formatter to include all fields with the intention of adding some of my own later. I have two sets of questions Q1 : Is...
When I build, I see that it adds -std=gnu++11 Where is that configure ? Is there a way to override that ? I need `-std=c++17` for the code I am...
I followed the instruction to build via the ``` env ARCH=x86_64 bash ci/build.sh ``` However, right at the end, there was an error about hash mismatch ``` Embedding ELF... Marking...
Using the continuous version. Building on Ubuntu 16.04 Xenial ``` ~/Downloads/linuxdeployqt-continuous-x86_64.AppImage /home/nyue/temp/AppDir/usr/share/applications/qgr.desktop -appimage -qmake=/home/nyue/Qt5.14.2/5.14.2/gcc_64/bin/qmake ``` When trying to launch the freshly built AppImage I get this ``` $ ./Amazing_Qt_App-x86_64.AppImage terminate...
### Environment **Operating System:** (e.g. Windows 2019, macOS-10.15, Linux CentOS 7.4) Ubuntu 18.04 **Version / Commit SHA:** (e.g VDB 7.2, SHA: 1a2b3c4d5e...) VDB 11.0.0 https://github.com/AcademySoftwareFoundation/openvdb/commit/6c044e628a1ac3546eed48b6f5e9c76dfaa2143e **CMake Version:** (e.g. 3.18) cmake...
```sh CMake Error at CMakeLists.txt:17 (find_package): Found package configuration file: /home/nyue/systems/Imath/3.1.9/lib/cmake/Imath/ImathConfig.cmake but it set Imath_FOUND to FALSE so package "Imath" is considered to be NOT FOUND. ```
I have a collection (10,000s) of 2d quadrilateral shapes/polygon I have a collection (millions) of 2d points I would like to know if this library is suitable for me quickly...
Hi, Given that the OpenGL examples fails to run with OpenGL 3.3 shaders etc and no one on the dev team has OpenGL 3 boxes to verify the build/code, it...
I am building the glPtexViewer sample from the 3_0_4 tag, when running the example on a machine with OpenGL 3.3, I get the following errors NVIDIA Corporation Quadro FX 3800/PCIe/SSE2...
Hi, I am constructing the input geometry to OSD with per vertex UV information. During my iteration of the ptex faces, how do I determine for a certain ptexid, what...