Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Fix use of renderWindow returned by CreateLookingGlassRenderWindow on macOS

未关闭
#11 9 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
38/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
停滞
技术栈
cpp, macos

调研方向

从 Rendering/OpenGL2/vtkCocoaRenderWindow.mm 开始,重点查看 821-845 行附近的代码块,并与 VTK merge request 7271 中相关的 Linux 和 Windows 修复进行比较。使用 -I 运行与 TestDragon 测试关联的命令行,以复现 macOS 的显示行为。当 CreateLookingGlassRenderWindow 的输出显示在硬件显示屏上而不是主屏幕上时,即表示完成。

由索引模型根据 Issue 内容生成。

描述

Due to an issue in upstream VTK preventing windows with negative position from being used, the looking glass renderwindow created on macOS does not appear on the hardware display but instead is shown on the main screen.

Similar problem has been fixed for Linux and Windows in https://gitlab.kitware.com/vtk/vtk/-/merge_requests/7271 but we still need to address the problem with the underlying Rendering/OpenGL2/vtkCocoaRenderWindow.mm

To test potential fixes, you may run the command line associated with "TestDragon" test and specify -I.

I tried to comment these lines without success:
https://gitlab.kitware.com/vtk/vtk/-/blob/36f8256268614a24efcb6c5c90e6fcf7104b3ff9/Rendering/OpenGL2/vtkCocoaRenderWindow.mm#L830-837

It may be worth looking into commenting the whole block:
https://gitlab.kitware.com/vtk/vtk/-/blob/36f8256268614a24efcb6c5c90e6fcf7104b3ff9/Rendering/OpenGL2/vtkCocoaRenderWindow.mm#L821-845

主要语言
C++
星标
18
派生
16
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

Kitware/LookingGlassVTKModule 的其他 Issue

查看 Kitware/LookingGlassVTKModule 的全部 Issue

相似的 Issue

更多 C++ Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。