Update environment map previews.
@ -1,4 +1,4 @@
|
||||
export const FeatureSet =
|
||||
{
|
||||
EnvironmentMap : false
|
||||
EnvironmentMap : true
|
||||
};
|
||||
|
||||
@ -119,7 +119,7 @@ class EnvironmentMapPopup extends PopupDialog
|
||||
}
|
||||
} else if (shadingType === ShadingType.Physical) {
|
||||
let checkboxDiv = AddDiv (contentDiv, 'ov_environment_map_checkbox');
|
||||
let backgroundIsEnvMapCheckbox = AddCheckbox (checkboxDiv, 'use_as_background', 'Use as background', settings.backgroundIsEnvMap, () => {
|
||||
let backgroundIsEnvMapCheckbox = AddCheckbox (checkboxDiv, 'use_as_background', 'Use as background image', settings.backgroundIsEnvMap, () => {
|
||||
settings.backgroundIsEnvMap = backgroundIsEnvMapCheckbox.checked;
|
||||
callbacks.onEnvironmentMapChange ();
|
||||
});
|
||||
|
||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 22 KiB |
@ -117,7 +117,7 @@ div.ov_environment_map_checkbox
|
||||
img.ov_environment_map_preview
|
||||
{
|
||||
width: 160px;
|
||||
height: 90px;
|
||||
height: 88px;
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 1px;
|
||||
|
||||