Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Aug 25, 2023
1 parent eb764c9 commit 3763809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(
self._navi_point_model.setScale(0.5)
if self.engine.use_render_pipeline:
material = Material()
material.setBaseColor((19/255, 212/255, 237/255, 1))
material.setBaseColor((19 / 255, 212 / 255, 237 / 255, 1))
material.setShininess(16)
material.setEmission((0.2, 0.2, 0.2, 0.2))
self._navi_point_model.setMaterial(material, True)
Expand Down

0 comments on commit 3763809

Please sign in to comment.