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.
ウィンドウのピクセル座標を指定して、描画シーンでOpenGLで何かを描画することは可能ですか?
たとえば、400x400 のウィンドウ (ウィンドウの中央など) に 1 つの点を描きたいとします。次のように入力するだけで、すべてをセットアップする簡単な方法はありますか?
glVertex3f(200.0 , 200.0 , 1.0);?