Results 3 issues of F-jie

when post a blog,please use correct term!anti-aliasing:抗锯齿。i think this translation is much more better!

How can I get the picture with 3D bounding box? If it can be got by your code directly? What command should i run? Thank you!

why don't you init `num_workers_` in the following code: `ThreadPool::ThreadPool(const size_t& num_workers) : jobs_left_(0), bailout_(false), finished_(false) { std::unique_lock worker_lock(worker_mutex_); for (auto i = 0; i < num_workers; ++i) { workers_.emplace_back(std::thread([this]...