差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
| cgfs:perspective [2024/06/11 11:14] – freemikan | cgfs:perspective [2024/07/12 03:20] (現在) – freemikan | ||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | <codeprism lang=cpp el=true css=full> | + | {{: |
| + | |||
| + | |||
| + | <file cpp> | ||
| #include < | #include < | ||
| 行 12: | 行 15: | ||
| float const Vw = 1.0; | float const Vw = 1.0; | ||
| float const Vh = 1.0; | float const Vh = 1.0; | ||
| - | float ProjectionPlaneZ = 1.0; | + | float const ProjectionPlaneZ = 1.0; |
| using vec2 = vmath:: | using vec2 = vmath:: | ||
| 行 118: | 行 121: | ||
| } | } | ||
| } | } | ||
| - | </codeprism> | + | </file> |
