Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは私のコードです
glm::vec3 v(4, -6, 7); glm::vec3 twiceV = 2 * v;
glm Stable と実験的な glm 拡張機能を含めました。なぜ使用できないのint * vecですか?
int * vec