2011-05-29から1日間の記事一覧

phpopengl に glutKeyboardUpFunc を追加

「はじめての OpenGL」のサンプルを PHP に移植していた所、以下のコードで fatal 発生 glutKeyboardUpFunc('keyboardUp'); glutSpecialUpFunc('specialUpKey'); glutIgnoreKeyRepeat(GL_TRUE);//キー・リピート無視 関数追加 phpopengl が対応してなかった…