Skip to content

Commit 023341a

Browse files
authored
Update Mipmap.md
1 parent 9b8ac7f commit 023341a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Mipmap/Mipmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ void Render(GpuRecord cmd, Time time)
476476
var t = (float)time.Total.TotalSeconds;
477477
var (sin_t, cos_t) = sincos(float2(t, t * 0.1f));
478478

479-
// Using quaternions to create a view matrix is better than look at
479+
// Using quaternions to create view matrix is better than look at
480480
var pos = mad(float3(0, -cos_t.y, sin_t.x), float3(1, 0.1f, 1), float3(0, -0.25f, -2));
481481
var rot = quaternion.Euler(float3(radians(-45f + cos_t.y * 15f), 0, 0));
482482
var view = float4x4.TR(-pos, inverse(rot));

0 commit comments

Comments
 (0)