VRUI Library
  • Welcome to VRUI Library
  • VR 成像原理
  • 人因設計要素
    • 介面最適區域 UI Zone
      • 人眼視覺能力
      • 手部操控能力
      • 設備限制
  • 輸入方法 Input Method
    • 頭部控制 Gaze-input
    • 控制器 controller
    • 手部追蹤 finger-tracking
  • 使用介面分類 UI Taxonomies
    • 螢幕導向介面 Screen-based
      • 空間配置
        • 環境
        • 控制器
        • 物件與身體
      • 互動形式
        • 召喚 summoning
        • 瀏覽 browsing
          • 滾動 scrolling
          • 轉動 scanning
        • 選擇 selection
          • 遠端操控模式
          • 直接操控模式
    • 物件導向介面 Object Based
      • 空間配置
        • 環境
        • 控制器
        • 物件與身體
      • 互動形式
        • 召喚 summoning
        • 瀏覽 browsing
        • 選擇 selection
          • 遠端操控模式
          • 直接操控模式
  • VRUI examples
    • Overview
    • Screen-based UI
      • environment
      • controller
      • object&body
    • Object-based UI
      • environment
      • controller
      • object&body
Powered by GitBook
On this page
  • Bend-casting
  • Object-snapping
  • Depth Ray

Was this helpful?

  1. 使用介面分類 UI Taxonomies
  2. 物件導向介面 Object Based
  3. 互動形式
  4. 選擇 selection

遠端操控模式

Previous選擇 selectionNext直接操控模式

Last updated 6 years ago

Was this helpful?

雖然同樣採用Ray-casting可以在空間中選擇項目,但當選項過於密集或是散落於不同深度時,就必須彈性調整射線以提升操作彈性。

Bend-casting

當選項過於密集或是散落於不同深度時,便可利用Bend-casting判別距離射線最近的物件,並讓射線向量根據位置而成呈圓弧彎曲標示出該物件。

Object-snapping

利用Object snapping追蹤移動中的物件來調整曲線,適合應用在物件水平密集度高的情境。

Depth Ray

當多個選項物件呈現深度密集時可以採用depth-ray,自控制器延伸出一道射線與標記,讓使用者可以來回調節不同標記,藉以選取位在不同深度之物件。

Reference: Riege, K., Holtkämper, T., Wesche, G., & Fröhlich, B. (2006). The bent pick ray: An extended pointing technique for multi-user interaction. 3DUI 2006: IEEE Symposium on 3D User Interfaces 2006 - Proceedings, 2006, 62–65.

Reference : Haan, G. De, Koutek, M., & Post, F. H. (2005). IntenSelect: Using Dynamic Object Rating for Assisting 3D Object Selection. In Virtual Environments 2005, (January), 201–209.

https://doi.org/10.1109/VR.2006.127
https://doi.org/10.1.1.134.2264
Source: ACMSIGGRAPH VR interactions