Blue Brain BioExplorer
core::Renderer::PickResult Struct Reference

PickResult Struct containing hit boolean value and Vector3d pos PickResult struct is used to retrieve information about whether the pick ray hit anything and if so the vector position. More...

#include <Renderer.h>

Public Attributes

bool hit {false}
 
Vector3d pos
 

Detailed Description

PickResult Struct containing hit boolean value and Vector3d pos PickResult struct is used to retrieve information about whether the pick ray hit anything and if so the vector position.

Definition at line 50 of file Renderer.h.

Member Data Documentation

◆ hit

bool core::Renderer::PickResult::hit {false}

Definition at line 52 of file Renderer.h.

◆ pos

Vector3d core::Renderer::PickResult::pos

Definition at line 53 of file Renderer.h.


The documentation for this struct was generated from the following file: