Simon Geilfus
Simon Geilfus
I'm using the `geom` API a lot and was wondering if it would make sense to add accessor methods to the different primitive classes. I understand the idea for classes...
Ex: `$(ProjectDir)build\$(Platform)\$(Configuration)\intermediate` instead of `$(ProjectDir)build\$(Platform)\$(Configuration)\intermediate\`
See https://github.com/simongeilfus/Cinder-Runtime/pull/23 comments
Trying to force the context to use OpenVR with the Rift throw an exception: ``` c++ mVrContext = ci::vr::beginSession( ci::vr::SessionOptions() .setTrackingOrigin( ci::vr::TRACKING_ORIGIN_SEATED ) .setControllersScanInterval( 0.25f ), ci::vr::Api::API_OPENVR ); ``` ```...
An exception is thrown when trying to set the sample count to anything higher than 1 (ex. `ci::vr::SessionOptions().setSampleCount( 2 )`): ``` shell 11/07 16:28:26.315 {!ERROR!} [Kernel:Error] MSAA only allowed on...
**Version/Branch of Dear ImGui:** Version: 1.88 WIP / 18709 Branch: docking **Back-end/Renderer/Compiler/OS** Back-ends: currently `imgui_impl_glfw` but issue not back-end related Compiler: issue not building/platform related Operating System: issue not building/platform...