Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Viewer3D] MediaLoader: Bind
fixedPointSize
for the SfMLoader
The `fixedPointSize` parameter was used to determine whether the point size was fixed or programmable from the QML (using a `PointSize` render state). With Qt6, this render state is not correctly handled by the RHI and we need to set directly within the shader whether the point size is fixed or not, hence the binding.
- Loading branch information