Wave VR
5.1.1
  • Release Notes
  • About VIVE Wave
  • Wave Native SDK
    • Native SDK Getting Started
    • SDK Overview
      • WVR Init and Quit
      • WVR Device
      • WVR Event
      • WVR Arena
      • WVR Display
      • WVR Render
      • WVR System
      • WVR Overlay
        • WVR_GenOverlay
        • WVR_DelOverlay
        • WVR_SetOverlayFixedPosition
        • WVR_GetOverlayFixedPosition
        • WVR_GetOverlayTransformType
        • WVR_SetBlendOverlayColor
        • WVR_GetBlendOverlayColor
        • WVR_SetBlendOverlayAlpha
        • WVR_GetBlendOverlayAlpha
        • WVR_ShowOverlay
        • WVR_HideOverlay
        • WVR_SetOverlayTextureId
        • WVR_IsOverlayShow
        • WVR_RegisterOverlayInputEvent
        • WVR_UnregisterOverlayInputEvent
        • WVR_IsOverlayValid
        • WVR_SetOverlayFlags
        • WVR_GetOverlayFlags
      • WVR Vulkan
      • WVR Controller Model
      • WVR Hand
      • WVR Hand Model
      • WVR Tracker
      • WVR Eye
      • WVR Lip
      • WVR Notify DeviceInfo
      • WVR Scene
      • WVR Version Check
      • WVR Supported Features
      • WaveVR Time Warp Stabilization
    • Java APIs
    • Configure App Capabilities
    • Performance Profiling
    • Performance HUD2.0
    • Tutorials
    • Compatibility Guide
  • Wave Unity SDK
  • Wave Unreal SDK
Wave VR
  • Docs »
  • Wave Native SDK »
  • SDK Overview »
  • WVR Overlay

WVR Overlay¶

Overlay provides a way to draw 2D images over 3D scenes. These methods allow the developers to controll the overlays’ appearance, behaviors and events.

#include <wvr/wvr_overlay.h>
  • WVR_GenOverlay
  • WVR_DelOverlay
  • WVR_SetOverlayFixedPosition
  • WVR_GetOverlayFixedPosition
  • WVR_GetOverlayTransformType
  • WVR_SetBlendOverlayColor
  • WVR_GetBlendOverlayColor
  • WVR_SetBlendOverlayAlpha
  • WVR_GetBlendOverlayAlpha
  • WVR_ShowOverlay
  • WVR_HideOverlay
  • WVR_SetOverlayTextureId
  • WVR_IsOverlayShow
  • WVR_RegisterOverlayInputEvent
  • WVR_UnregisterOverlayInputEvent
  • WVR_IsOverlayValid
  • WVR_SetOverlayFlags
  • WVR_GetOverlayFlags
Next Previous

© Copyright 2022 HTC Corporation. All Rights Reserved.