Skip to content

Commit

Permalink
red roofs
Browse files Browse the repository at this point in the history
  • Loading branch information
uwewoessner committed Aug 25, 2024
1 parent fecb8b2 commit dc0a2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osgplugin/ReaderWriterCityGML.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ osgDB::ReaderWriter::ReadResult ReaderWriterCityGML::readCity(std::shared_ptr<co
}
else if (it.first == "roof")
{
material->setDiffuse(osg::Material::FRONT_AND_BACK, osg::Vec4(0.2f, 0.2f, 0.2f, 1.0f));
material->setDiffuse(osg::Material::FRONT_AND_BACK, osg::Vec4(0.5f, 0.1f, 0.1f, 1.0f));
}
else // textured
{
Expand Down

0 comments on commit dc0a2fb

Please sign in to comment.