123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- window.g_ProjectName=window.location.pathname.substring(window.location.pathname.indexOf("/")+1,window.location.pathname.lastIndexOf("/"));
- window.g_version = window.g_Prefix="https://super.4dage.com/";
- window.g_index=null;
- window.g_modeldata=null;
- window.g_weixinTitle=null;
- window.g_Hots=null;
- window.g_HotMeshes=[];
- window.g_HotMeshSize = {
- g_HotMeshWidth: 0.3,
- g_HotMeshHeight:0.3
- };
- //add表示添加,delete表示删除
- window.g_HotStatus=null;
- window.g_newHot = [];//存储新加热点
- window.g_HotImage= {
- "point":"https://super.4dage.com/images/4dagePoint2.png",
- "point2":"https://super.4dage.com/images/4dagePoint.png"
- };
- window.g_saveHot=false;
- window.g_TextColor=0x7777ff;
- window.g_Text=null;
- window.g_TextPlaneMesh=[];
- window.g_TextIconMesh=[];
- window.g_TextIcon="./images/text.png";
- window.g_SelectTextIndex=null;
- window.g_TextShow=null;
- window.g_audioPlay=false;
- window.g_background=null;
- window.g_roof=null;
- window.g_data2 = null;//加载的data2.js的内容
- window.g_bgAudio=null;//背景音乐
- window.g_tourAudio=null;//导览音乐
- window.g_play = 1;//表示播放图标状态
- window.g_playAudio = null;//当前在播放或当继续播放时应该播放的,是g_bgAudio或g_tourAudio
- window.g_currentHot = null;//当前打开的热点
- //window.g_Texture=null;
- //window.g_ChunknameTexture={}; //chunkname和贴图名称对应
- window.g_NormalTexture=false;
- window.g_SpecularTexture=false;
- window.g_DirectionalLight=null;
-
- window.g_snapShotWidth = 200; //截图下载图片的大小
- window.g_snapShotHeight = 140;
- window.settings = {
- overlay:{
- width:1, height:0.5, depth:0.02
- },
- dontExamHot:true
- }
|