Skip to content
View Eumathes's full-sized avatar

Block or report Eumathes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. MixedReality-WebRTC MixedReality-WebRTC Public

    Forked from microsoft/MixedReality-WebRTC

    MixedReality-WebRTC is a collection of components to help mixed reality app developers integrate audio and video real-time communication into their application and improve their collaborative exper…

    C#

  2. A simple script in Unity with MRTK2 ... A simple script in Unity with MRTK2 for the Microsoft HoloLens where it detects hand interaction position with the GameObject (the script should be attached to the desired object).
    1
    using Microsoft.MixedReality.Toolkit.Input;
    2
    using UnityEngine;
    3
    
                  
    4
    public class TouchEvent : MonoBehaviour, IMixedRealityTouchHandler
    5
    {