Closed dronematt closed 4 years ago
@geospace12 I think the answer to your question may be here: https://community.esri.com/thread/256048-spaceeffecttransparent
I can confirm the functionality works correctly. The GeoNet post explains the purpose of the property and how it works.
Think the problem is that it appears in a regular sceneview it would be usable apparently its only in the AR functions.
@geospace12 take a look at the GeoNet post. It works for things other than the AR functions as had been shown in the latest post from Gunther.
According to what I am reading this should set the background to transparent. Is it broken in the 100.8 SDK? Is the app have to be a certain license level for this to work? package com.esri.arcgisruntime.basicandroidproject;
import androidx.appcompat.app.AppCompatActivity;
import android.graphics.Color; import android.os.Bundle; import android.transition.Scene;
import com.esri.arcgisruntime.ArcGISRuntimeEnvironment; import com.esri.arcgisruntime.mapping.ArcGISMap; import com.esri.arcgisruntime.mapping.ArcGISScene; import com.esri.arcgisruntime.mapping.ArcGISTiledElevationSource; import com.esri.arcgisruntime.mapping.Basemap; import com.esri.arcgisruntime.mapping.Surface; import com.esri.arcgisruntime.mapping.view.AtmosphereEffect; import com.esri.arcgisruntime.mapping.view.MapView; import com.esri.arcgisruntime.mapping.view.SceneView; import com.esri.arcgisruntime.mapping.view.SpaceEffect; import com.esri.arcgisruntime.portal.Portal; import com.esri.arcgisruntime.portal.PortalItem;
public class MainActivity extends AppCompatActivity {
}