Search Results for

    Show / Hide Table of Contents

    Ruler module

    This module lets users to measure elements in virtual space. It creates a basic ruler element with manipulators in both ends. When user grabs any of these manipulators, distance from one side to the other will be automatically calculated.

    snapshot

    Installation

    This module is packaged as Evergine add-on. To use it in your project, just install it from Project Settings > Add-Ons window.

    Module installation

    Then, just register the module programmatically within your XRV service instance.

    var xrv = new XrvService()
        .AddModule(new RulerModule());
    

    Usage

    • snapshot button is added to hand menu. Tapping on this button will toggle ruler visibility.
    • Drag line ends will update distance measurement.
    • Access to Settings to change current measure units. You can choose between meters and feet.
    In This Article
    Back to top
    Generated by DocFX