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.
LineXNA 4.0 でプリミティブの線幅を設定する方法はありますか?
Line
OpenGL では、同等のものは glLineWidth(); になります。
いいえ、それを取得するには、行ごとに 2 つの三角形を作成する必要があります。
ここで OpenGl ユーザーに説明し、コード ソリューションを提供します。
http://bobobobo.wordpress.com/2009/02/16/drawing-primitives-in-xna-from-a-vertex-buffer/