myShow.js 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. var g_ProjectName = window.location.pathname.substring(window.location.pathname.indexOf('/') + 1, window.location.pathname.lastIndexOf('/'))
  2. var g_Prefix = 'https://super.4dage.com/'
  3. // var g_Prefix = window.location.href.substring(0, window.location.href.indexOf('/index.html') + 1)
  4. var s = window.location.href.split('/')
  5. // window.isLocal = true
  6. s.pop()
  7. //var g_Prefix = s.join('/');
  8. var g_index = null
  9. var g_modeldata = null
  10. var g_weixinTitle = null
  11. var g_Hots = null
  12. var g_HotMeshes = []
  13. var g_HotMeshSize = {
  14. g_HotMeshWidth: 0.3,
  15. g_HotMeshHeight: 0.3
  16. }
  17. //add表示添加,delete表示删除
  18. var g_HotStatus = null
  19. var g_newHot = [] //存储新加热点
  20. var g_HotImage = {
  21. point: 'https://super.4dage.com/images/4dagePoint2.png',
  22. point2: 'https://super.4dage.com/images/4dagePoint.png'
  23. }
  24. var g_saveHot = false
  25. var g_TextColor = 0x7777ff
  26. var g_Text = null
  27. var g_TextPlaneMesh = []
  28. var g_TextIconMesh = []
  29. var g_TextIcon = './images/text.png'
  30. var g_SelectTextIndex = null
  31. var g_TextShow = null
  32. var g_audioPlay = false
  33. var g_background = null
  34. var g_roof = null
  35. var g_data2 = null //加载的data2.js的内容
  36. var g_bgAudio = null //背景音乐
  37. var g_tourAudio = null //导览音乐
  38. var g_play = 1 //表示播放图标状态
  39. var g_playAudio = null //当前在播放或当继续播放时应该播放的,是g_bgAudio或g_tourAudio
  40. var g_currentHot = null //当前打开的热点
  41. //var g_Texture=null;
  42. //var g_ChunknameTexture={}; //chunkname和贴图名称对应
  43. var g_NormalTexture = false
  44. var g_SpecularTexture = false
  45. var g_DirectionalLight = null
  46. var g_snapShotWidth = 200 //截图下载图片的大小
  47. var g_snapShotHeight = 140
  48. //微信分享
  49. var g_weixinObj = {
  50. title: document.querySelector('head title').innerHTML,
  51. lineLink: window.location.href,
  52. imgUrl: 'https://www.4dmodel.com/SuperPanoramic/images/weixintitle.jpg',
  53. desc: '四维时代提供技术支持'
  54. }
  55. var settings = {
  56. overlay: {
  57. width: 1,
  58. height: 0.5,
  59. depth: 0.02
  60. }
  61. }
  62. if (window.number == '725' || window.number == '724') {
  63. settings.mobileNavHigh = true
  64. }