Skip to content
Snippets Groups Projects
Commit c132da59 authored by Yoel's avatar Yoel
Browse files

Changed one private member to public

parent 779ef151
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,11 @@ class Hit {
float scalar() const;
// Attributes
// TODO TexelPos
std::shared_ptr<material::Material> material;
private:
util::Vec3 hit, n;
float t;
std::shared_ptr<material::Material> material;
};
} // namespace cam
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment