Meshroom/meshroom/ui/qml/Viewer3D
Candice Bentéjac ebbd000714 [Viewer3D] MediaLoader: Send pointSize as is
`pointSize` was divided by 100 before being sent to the shader that
rendered the programmable points, and was used as is to set the size of
the "fixed size" points implicitly in the QML.

Now that both cases are handled by the same shader, we do not need to
perform this division here: it will be done directly in the shader (by
opposition, keeping it here would have meant performing a x100
multiplication in the shader for the "fixed size" case).
2024-12-17 19:07:40 +01:00
..
Materials [qt6] Add QT6 support for wireframe on nvidia 2024-11-07 18:15:42 +01:00
BoundingBox.qml [qt6][qml] Clean-up code and harmonize comments 2024-11-07 18:15:37 +01:00
DefaultCameraController.qml [qt6][Viewer3D] Fix mouse camera controller 2024-11-14 10:03:44 +01:00
DepthMapLoader.qml [qt6] Viewer3D: Reset the default render mode to "Textured" 2024-11-07 18:15:43 +01:00
EntityWithGizmo.qml [qt6] Use JS functions format to declare explicit parameters in slots 2024-11-07 18:09:10 +01:00
EnvironmentMapEntity.qml [qt6][qml] Clean-up code and harmonize comments 2024-11-07 18:15:37 +01:00
Grid3D.qml [qt6][qml] Clean-up code and harmonize comments 2024-11-07 18:15:37 +01:00
ImageOverlay.qml [qt6][qml] Clean-up code and harmonize comments 2024-11-07 18:15:37 +01:00
Inspector3D.qml [Viewer3D] Inspector3D: Use Fusion style instead of Material 2024-11-25 14:48:51 +01:00
Locator3D.qml [qt6] Update versions for all the imported modules 2024-11-07 18:09:01 +01:00
MaterialSwitcher.qml [qt6] Add QT6 support for wireframe on nvidia 2024-11-07 18:15:42 +01:00
MediaCache.qml [qt6][qml] Clean-up code and harmonize comments 2024-11-07 18:15:37 +01:00
MediaLibrary.qml [qt6][Viewer3D] Change picking behavior 2024-11-07 18:15:44 +01:00
MediaLoader.qml [Viewer3D] MediaLoader: Send pointSize as is 2024-12-17 19:07:40 +01:00
MediaLoaderEntity.qml [qt6][qml] Clean-up code and harmonize comments 2024-11-07 18:15:37 +01:00
MeshingBoundingBox.qml [qt6] Update versions for all the imported modules 2024-11-07 18:09:01 +01:00
qmldir [ui] Viewer3D: move Inspector3D outside Viewer3D 2019-09-10 19:28:14 +02:00
SfmDataLoader.qml [qt6][Viewer3D] Change picking behavior 2024-11-07 18:15:44 +01:00
SfMTransformGizmo.qml [qt6][qml] Clean-up code and harmonize comments 2024-11-07 18:15:37 +01:00
TrackballGizmo.qml [qt6] Update versions for all the imported modules 2024-11-07 18:09:01 +01:00
TransformGizmo.qml [qt6][qml] Clean-up code and harmonize comments 2024-11-07 18:15:37 +01:00
TransformGizmoPicker.qml [qt6] Update versions for all the imported modules 2024-11-07 18:09:01 +01:00
Viewer3D.qml Use pixel aspect ratio for 3d viewer 2024-11-26 15:30:09 +01:00
Viewer3DSettings.qml [ui] Viewer3D: Use directional light & add light controller 2024-11-14 10:49:56 +00:00
ViewpointCamera.qml [ui] Viewer3D: Use directional light & add light controller 2024-11-14 10:49:56 +00:00