Skip to content
Discussion options

You must be logged in to vote

Maybe i am misunderstanding your problem then, can you try to run the following and let me know which part is not letting you re-program the esc key.

import open3d.visualization.gui as gui
import open3d.visualization.rendering as rendering

class MainWindow:
    def __init__(self, title="esc key example"):

        self.exit_counter = 0
        # Create the app
        self.app = gui.Application.instance
        self.app.initialize()

        self.main_window = self.app.create_window(title, 1350, 950)
        self.em = self.main_window.theme.font_size

        # Create the scene window (3D view)
        self.scene_window = gui.SceneWidget()
        self.scene_window.scene = rendering.Open…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@lee-deraud
Comment options

Comment options

You must be logged in to vote
4 replies
@lee-deraud
Comment options

@victor-flindt
Comment options

Answer selected by lee-deraud
@lee-deraud
Comment options

@lee-deraud
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants