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.
パラメーターはどのように機能し、mProjMatrix はメソッドから正確に何を取得していますか?
また、「float mProjMatrix = new float[16];」が 16 で宣言されているのはなぜですか。代わりに別の数値を使用できますか?
float mProjMatrix = new float[16]; Matrix.frustumM(mProjMatrix, 0, -ratio, ratio, -1, 1, 3, 7);