Skip to content

Commit

Permalink
FIX: missing serialized parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Jul 2, 2023
1 parent 058fb7a commit 01787e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/opengl/src/TLightParameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ void TLightParameters::writeToStream(mrpt::serialization::CArchive& out) const

out << diffuse << ambient << specular << direction << color;
out << shadow_bias << shadow_bias_cam2frag << shadow_bias_normal; // v2
out << eyeDistance2lightShadowExtension; // v3
}

void TLightParameters::readFromStream(mrpt::serialization::CArchive& in)
Expand Down

0 comments on commit 01787e4

Please sign in to comment.