Re:Earth Engineering Page 2 of 2 2024-06-07 Data Structure and Mechanism of Spatial Partitioning in 3DCG In computer graphics, when performing operations based on the relationships between models, such as collision detection, in a large space, the computational load can become very high. To solve this, you can divide the space and compare only the models within the same partition, significantly reducing the computational load. 2024-06-07 3DCGにおける空間分割のデータ構造と仕組み コンピュータグラフィックスにおいて、大きな空間上で、モデル同士の衝突判定など、モデル同士の関係性に基づいて処理を行う場合、計算量が非常に多くなります。これを解決するために、空間を分割し、ある空間にいるモデル同士のみを比較すれば、計算量はかなり少なくなります。 2024-05-31 Creating an Engineering Blog with Astro and Notion At Eukarya, we decided to launch an engineer blog. To publish Notion content as a static blog, we developed a new tool called Astrotion, taking inspiration from astro-notion-blog. Here, I will explain how we implemented its key features. 2024-05-31 AstroとNotionでエンジニアブログを作る Eukaryaではエンジニアブログを立ち上げることになり、Notionを静的なブログとして公開するために、astro-notion-blogを参考にしつつ、自分で新たなツールAstrotionを開発しました。目玉となる機能をどう実装したか解説していきます。 ← Prev 12