removing comment
@@ -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
@@ -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;