![]()  | 
  
    RAMSES Documentation
    27.0.130
    
   Information for RAMSES users and developers 
   | 
 
#include "ramses-client.h"#include "ramses-renderer-api/RamsesRenderer.h"#include "ramses-renderer-api/DisplayConfig.h"#include "ramses-renderer-api/IRendererEventHandler.h"#include "ramses-renderer-api/RendererSceneControl.h"#include "ramses-framework-api/RamsesFrameworkTypes.h"#include "ramses-client-api/PickableObject.h"#include "ramses-client-api/PerspectiveCamera.h"#include "ramses-renderer-api/IRendererSceneControlEventHandler.h"#include "RamsesObjectTypeUtils.h"#include <unordered_set>#include <thread>#include <iostream>#include <map>#include <random>Functions | |
| int | main (int argc, char *argv[]) | 
Variables | |
| constexpr uint32_t | DisplayWidth = 1280u | 
| constexpr uint32_t | DisplayHeight = 480u | 
| constexpr int32_t | perspViewportOffsetX = 150 | 
| constexpr int32_t | perspViewportOffsetY = 130 | 
| constexpr int32_t | perspViewportHeight = 240 | 
| constexpr int32_t | perspViewportWidth = 640 | 
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
[Pick Handling Example]
[Pick Handling Example]
      
  | 
  constexpr | 
      
  | 
  constexpr | 
      
  | 
  constexpr | 
      
  | 
  constexpr | 
      
  | 
  constexpr | 
      
  | 
  constexpr |