summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Enable input for Layer3DLaszlo Agocs2018-08-222-1/+66
* Add support for SSAA and MSAA in View3DLaszlo Agocs2018-08-2212-24/+394
* Move and share the Studio3D scenegraph node implementationLaszlo Agocs2018-08-2012-71/+92
* Enhance docs for Studio3DProfiler and View3DLaszlo Agocs2018-08-205-1/+112
* Improve frame rate reporting in profileuiLaszlo Agocs2018-08-2011-25/+135
* Bump doc version numbers to 2.1Laszlo Agocs2018-08-205-9/+9
* Do not expose Studio3DProfiler when the feature is disabledLaszlo Agocs2018-08-201-0/+4
* profileui/quick: Use proper scaling with high dpiLaszlo Agocs2018-08-202-17/+15
* Re-enable warning_cleanLaszlo Agocs2018-08-181-1/+1
* Add Object3D tests covering object orderingLaszlo Agocs2018-08-172-7/+112
* Port some threading logic fixes to View3DLaszlo Agocs2018-08-175-16/+18
* Add Object3D infraLaszlo Agocs2018-08-1726-93/+1090
* Improve View3D docs about performance benefitsLaszlo Agocs2018-08-171-3/+12
* Add prefix to ImGuiInputEventFilter to avoid potential clashesLaszlo Agocs2018-08-172-7/+7
* Fix eyeball changes when changing slidesChristian Strømme2018-08-164-27/+58
* Add picking support in View3DLaszlo Agocs2018-08-168-50/+175
* Disable input handling on Studio3D when View3Ds are presentLaszlo Agocs2018-08-161-1/+8
* console: Remove a now-unneeded resolveReferences callLaszlo Agocs2018-08-161-1/+0
* Add support for element paths referencing objects in propertiesLaszlo Agocs2018-08-163-1/+43
* Improve Image sourcepath (re-)resolvingLaszlo Agocs2018-08-163-0/+24
* Fix Layer3D with dpr > 1Laszlo Agocs2018-08-152-6/+8
* Add doc page for layersinquick exampleLaszlo Agocs2018-08-154-0/+85
* profileui/quick: Fix high dpi issuesLaszlo Agocs2018-08-152-3/+7
* Enable HighDpiScaling for the QML examplesLaszlo Agocs2018-08-152-0/+2
* Fix View3D with dpr > 1Laszlo Agocs2018-08-153-9/+12
* profileui: change default position of the consoleLaszlo Agocs2018-08-151-1/+1
* Yet another imgui scissor fixLaszlo Agocs2018-08-153-10/+15
* Add a keyword to fix an invalid link in documentationTohge, Norihito2018-08-151-0/+1
* Make compilers happyLaszlo Agocs2018-08-146-4/+15
* profileui/quick: Fix scissor adjustment calculationLaszlo Agocs2018-08-141-1/+1
* Move layersinquick example over to Quick-based profileuiLaszlo Agocs2018-08-141-1/+20
* Introduce Studio3DEngine and Layer3DLaszlo Agocs2018-08-1424-13/+2110
* Add an optional separated engine-view mode to Studio3DLaszlo Agocs2018-08-1422-19/+1131
* Don't restart components on the master slide when changing slidesChristian Strømme2018-08-143-2/+103
* Fix Studio3D with high-DPILaszlo Agocs2018-08-142-7/+9
* Fix effect orderLaszlo Agocs2018-08-103-2/+108
* Add support for QImage in Q3DSImageLaszlo Agocs2018-08-076-14/+141
* Model: Avoid leaking when setting a new custom geometryLaszlo Agocs2018-08-061-1/+5
* Fix clang build warningsAndy Nichols2018-08-062-2/+2
* Pick up the new custom property list when changing cust.mat. classLaszlo Agocs2018-08-062-2/+12
* Create a dummy material for a null custom materialLaszlo Agocs2018-08-061-3/+10
* standalone test: Change a const to static constLaszlo Agocs2018-08-061-1/+1
* Lift the requirement of atomic model+material managementLaszlo Agocs2018-08-031-1/+31
* profileui: Show effect info and explanation in Layer listLaszlo Agocs2018-08-033-5/+22
* Disable layer caching with time dependent effectsLaszlo Agocs2018-08-032-1/+12
* Add flags to Q3DSEffect and check for ReliesOnTimeLaszlo Agocs2018-08-035-1/+143
* Fix two sources of crashes when (un)loading a Studio3DLaszlo Agocs2018-08-033-2/+15
* Add support for changing the custom material source on the flyLaszlo Agocs2018-08-023-57/+89
* Disable dialogs while profileui is upLaszlo Agocs2018-08-024-0/+17
* Make effects dynamically spawnable, destroyable, and changeableLaszlo Agocs2018-08-027-165/+252