Chanhaeng Lee

Results 5 issues of Chanhaeng Lee

Hi. I have a suggestion of calculating Axis-Aligned Bounding Box(AABB) in the function of RenderContext::fontDrawText. I don't know if this would be useful for this project or not because I'm...

Hello. Thank you for sharing your great blog template! I'm trying to learn how to write posts. So I made one and then upload it. However, the display was totally...

Hello I'm trying to build python bindings of Imath with Boost.Python. My OS is Windows 10. I built the Boost 1.81 like this ```batch call bootstrap.bat vc143 b2 install -j4...

bug
build
windows

Thank you for sharing your awesome work of reading obj data quickly! I am referring to your implementation for my game engine. While reading your implementation, I was curious about...

Hello. I also have a question about the implementation of `ParseFileParallel`. Actually, you use `ProcessBlocksImpl` by assigning `block_begin` and `block_end` for each thread in the multi threaded configuration. My concern...