Commit afd72177 authored by chili's avatar chili
Browse files

fix plane normal

parent 1c2c658e
......@@ -40,7 +40,7 @@ public:
const float x_pos_tc = float( x ) * divisionSize_x_tc;
vb.EmplaceBack(
dx::XMFLOAT3{ x_pos,y_pos,0.0f },
dx::XMFLOAT3{ 0.0f,0.0f,1.0f },
dx::XMFLOAT3{ 0.0f,0.0f,-1.0f },
dx::XMFLOAT2{ x_pos_tc,y_pos_tc }
);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment