Pano360 icon indicating copy to clipboard operation
Pano360 copied to clipboard

怎么去掉水印

Open twentyT opened this issue 4 years ago • 1 comments

怎么去掉智障科技水印

twentyT avatar Jul 10 '19 07:07 twentyT

Pano360ConfigBundle configBundle=Pano360ConfigBundle
                .newInstance()
                .setFilePath(filePath)
                .setMimeType(mimeType)
                .setPlaneModeEnabled(planeModeEnabled)
                //set it false to see default hotspot
                .setRemoveHotspot(true)
                .setVideoHotspotPath(videoHotspotPath);

check this, you need to remove default hotspot

Martin20150405 avatar Jul 10 '19 07:07 Martin20150405