Sfoglia il codice sorgente

add NME preview pop up note to whats new

removing comment
Kyle Belfort 5 anni fa
parent
commit
b30568c3f2

+ 1 - 0
dist/preview release/what's new.md

@@ -60,6 +60,7 @@
 - Make sure all properties of CascadedShadowMap class are serialized/parsed ([Popov72](https://github.com/Popov72))
 - Added `textures/opacity.png` file to the Playground ([Popov72](https://github.com/Popov72))
 - Refactored the shadow generators code ([Popov72](https://github.com/Popov72))
+- Added preview area pop up for NME ([Kyle Belfort](https://github.com/belfortk))
 
 ### Engine
 

+ 0 - 3
nodeEditor/src/components/preview/previewMeshControlComponent.tsx

@@ -13,9 +13,6 @@ interface IPreviewMeshControlComponent {
 
 export class PreviewMeshControlComponent extends React.Component<IPreviewMeshControlComponent> {
 
-    // private _EmbedHost: Nullable<HTMLElement>;
-
-
     changeMeshType(newOne: PreviewMeshType) {
         if (this.props.globalState.previewMeshType === newOne) {
             return;