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.
画面のサイズは 320x240 です。これをフルスクリーンで表示すると、スプライトがぼやけます。レトロな (ブロック状の) スタイルで表示したいです。
ありがとう。
Begin()スプライト バッチを呼び出すときは、ポイント フィルタリングでサンプラー状態を使用します: または のいずれSamplerState.PointWrapかSamplerState.PointClamp。
Begin()
SamplerState.PointWrap
SamplerState.PointClamp