Jason Juang

Results 17 issues of Jason Juang

Besides conventional shadow mapping and screen space ambient occlusion, I think it will be amazing to have ground shadow in MeshLab as well. Video explanation of what ground shadow is...

feature request

## Environment * Operating system (Windows/Mac/Linux, 32/64 bits): Windows 10 * Compiler: Visual Studio 2019 ## Steps to reproduce ``` vcpkg install pcl ``` CMakeLists.txt ``` set(CMAKE_TOOLCHAIN_FILE $ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake) cmake_minimum_required(VERSION 3.20)...

kind: bug
status: triage

## Environment * Operating system (Windows/Mac/Linux, 32/64 bits): Windows 10 * Compiler: Visual Studio 2019 * Release or debug mode: Debug * CGAL version: 5.3 * Boost version: 1.77 *...

warnings
Pkg::Stream_support
Has Pull Request
Patch Provided

### Required prerequisites - [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there. - [X] Search the [issue tracker](https://github.com/pybind/pybind11/issues) and [Discussions](https:/pybind/pybind11/discussions) to verify that this hasn't...

bug

I am wondering if it's possible to change the file arrangement a bit so the head CMakeLists at `glew/build/cmake/` could be moved to `glew/`? Most of the libraries (ex: glm,...

discussion

I am used to [searching for selected text in Vim](https://superuser.com/questions/41378/how-to-search-for-selected-text-in-vim) by the following: ``` yiw / ctrl+r " ``` However, for the neo vintageous plugin, the `ctrl+r` portion doesn't work....

feature
registers

It will be very awesome if DoxyDoxygen can somehow be integrated to Visual Studio as a plugin too. Just wondering how feasible it is and throwing the idea out there....

enhancement
question

Please see the below minimal example ``` class sample { public: static constexpr int a = 3; }; ``` When I move my cursor on the line of `static constexpr...

I am not able to compile the code because whenever a OpenEXR related header is included it throws an error. For example, `````` /home/jasjuang/CTL/lib/IlmCtl/CtlExc.h:66:24: fatal error: IexBaseExc.h: No such file...

Hi Kang, Is it possible for you to include a link so I can download the paper? I searched TCSVT, TPAMI, and arxiv but can't find it. Thanks, Jason