Skip to content

Commit

Permalink
fixing windows
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Jan 16, 2025
1 parent 19aa075 commit bf68848
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions include/gz/rendering/base/BaseFrustumVisual.hh
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ namespace gz
public: virtual gz::math::Planed Plane(
const FrustumVisualPlane _plane) const override;

// // Documentation inherited
// public: virtual gz::math::Pose3d Pose() const override;
//
// // Documentation inherited
// public: virtual void SetPose(const gz::math::Pose3d &_pose) override;

/// \brief Create predefined materials for lidar visual
public: virtual void CreateMaterials();

Expand All @@ -97,7 +91,7 @@ namespace gz
protected: double far = 1.0;

/// \brief fov value
protected: gz::math::Angle hfov = 0.78539;
protected: gz::math::Angle hfov = gz::math::Angle(0.78539);

/// \brief aspect ratio value
protected: double aspectRatio = 1.0;
Expand Down

0 comments on commit bf68848

Please sign in to comment.