-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Split Texture GUI (#14) * dxvk_imgui.cpp - Lightmap/Hide Instance in UI Added some hidden features to the UI, with a commented-out line for World Space UI Background. * Description revision, offset drag in texture GUI Revised the description for World Space Background UI Textures and added the drag float to the split texture GUI, similar to how the legacy cutout texture GUI previously was handled. * Fix description for worldSpaceUIBackgroundTexture * Imgui texture interface Rev. 2 (#12) Incorporated several changes based on the feedback provided in #30 : Added an Unindent to every Split Texture category to fully utilize the space Corrected some improper min/max bounds on new sliders Added scaling float and slider for texture selection thumbnails Added indent for clarity in Split Texture List view * Fix Bounds on Background Offset DragFloat Quick but significant fix allowing for negative values on World Space UI Background Offset in GUI. * Incorporate code review rtxoptions.h: - Removed redundant getter to use direct value of textureGridThumbnailScale dxvk_imgui.cpp: - Preserved intended separation between Unique Object Search Distance and Vertex Color Strength - Removed additional sliders from Legacy GUI (Force Cutout Alpha is now included in the main GUI's Texture Parameters category) - Added comment explaining Unindent/Indent workaround applied to legacy GUI dxvk_imgui_about.cpp: - Added to Github Contributors credits #30 (review) Additional commits (squashed): Restored an option lost to rebase merge conflicts.
- Loading branch information
1 parent
7a3a4d1
commit cda4c28
Showing
3 changed files
with
110 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters