Skip to content

Commit

Permalink
新版IEarth-最新稳定版
Browse files Browse the repository at this point in the history
  • Loading branch information
supermap123 committed Jul 19, 2023
1 parent 077892b commit aed7b04
Show file tree
Hide file tree
Showing 189 changed files with 7,811 additions and 261,259 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
}
6 changes: 1 addition & 5 deletions SuperMap iEarth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/SuperMap3D/Widgets/widgets.css" rel="stylesheet">
<script src="/SuperMap3D/SuperMap3D.js"></script>
<script src="/Resource/js/heatmap.min.js"></script>
<title>iEarth</title>
<style>
body {
color: #fff !important;
font-size: 15px !important;
}
body {
/* width: 100vw;
height: 100vh;
overflow: hidden; */
width: 100%;
height: 100%;
}
Expand Down
9 changes: 9 additions & 0 deletions SuperMap iEarth/public/Resource/js/heatmap.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

206 changes: 206 additions & 0 deletions SuperMap iEarth/public/Resource/particle/Fire.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,206 @@
{
"name": "particles",
"id": "particles",
"capacity": 10,
"disposeOnStop": false,
"manualEmitCount": -1,
"emitter": [
0,
2,
0
],
"particleEmitterType": {
"type": "BoxParticleEmitter",
"direction1": [0, 1, 0],
"direction2": [0, 1, 0],
"minEmitBox": [-0.5, 0, 0.5],
"maxEmitBox": [0.5, 0, 0.5]
},
"texture": {
"tags": null,
"url": "./Resource/particle/texture/Fire_SpriteSheet1_8x8.png",
"uOffset": 0,
"vOffset": 0,
"uScale": 1,
"vScale": 1,
"uAng": 0,
"vAng": 0,
"wAng": 0,
"uRotationCenter": 1,
"vRotationCenter": 1,
"wRotationCenter": 1,
"homogeneousRotationInUVTransform": false,
"isBlocking": true,
"name": "https://raw.githubusercontent.com/PatrickRyanMS/BabylonJStextures/master/ParticleSystems/Steam/T_SteamSpriteSheet.png",
"hasAlpha": false,
"getAlphaFromRGB": false,
"level": 1,
"coordinatesIndex": 0,
"coordinatesMode": 0,
"wrapU": 1,
"wrapV": 1,
"wrapR": 1,
"anisotropicFilteringLevel": 4,
"isCube": false,
"is3D": false,
"is2DArray": false,
"gammaSpace": true,
"invertZ": false,
"lodLevelInAlpha": false,
"lodGenerationOffset": 0,
"lodGenerationScale": 0,
"linearSpecularLOD": false,
"isRenderTarget": false,
"animations": [],
"invertY": false,
"samplingMode": 3,
"_useSRGBBuffer": false
},
"isLocal": false,
"animations": [],
"beginAnimationOnStart": false,
"beginAnimationFrom": 0,
"beginAnimationTo": 60,
"beginAnimationLoop": false,
"startDelay": 0,
"renderingGroupId": 0,
"isBillboardBased": true,
"billboardMode": 7,
"minAngularSpeed": 0,
"maxAngularSpeed": 0,
"minSize": 6,
"maxSize": 8,
"minScaleX": 1,
"maxScaleX": 1,
"minScaleY": 1,
"maxScaleY": 1,
"minEmitPower": 0,
"maxEmitPower": 0,
"minLifeTime": 2,
"maxLifeTime": 3,
"emitRate": 5,
"gravity": [
0,
0,
0
],
"noiseStrength": [
10,
10,
10
],
"color1": [
1,
1,
1,
1
],
"color2": [
1,
1,
1,
1
],
"colorDead": [
1,
1,
1,
0
],
"updateSpeed": 0.016666666666666666,
"targetStopDuration": 0,
"blendMode": 4,
"preWarmCycles": 100,
"preWarmStepOffset": 10,
"minInitialRotation": -0.1,
"maxInitialRotation": 0.1,
"startSpriteCellID": 0,
"spriteCellLoop": true,
"endSpriteCellID": 63,
"spriteCellChangeSpeed": 1,
"spriteCellWidth": 128,
"spriteCellHeight": 128,
"spriteRandomStartCell": true,
"isAnimationSheetEnabled": true,
"colorGradients": [
{
"gradient": 0,
"color1": [
1,
1,
1,
0
]
},
{
"gradient": 0.1,
"color1": [
1,
1,
1,
0.6
]
},
{
"gradient": 0.9,
"color1": [
1,
1,
1,
0.6
]
},
{
"gradient": 1,
"color1": [
1,
1,
1,
0
]
}
],
"rampGradients":
[
{
"gradient": 0,
"color":
[
1,
1,
1
]
},
{
"gradient": 1,
"color":
[
0.7968,
0.3685,
0.1105
]
}
],
"useRampGradients": true,
"colorRemapGradients":
[
{
"gradient": 0,
"factor1": 0.2,
"factor2": 1
},
{
"gradient": 1,
"factor1": 0.2,
"factor2": 1
}
],
"textureMask": [
1,
1,
1,
1
],
"customShader": null,
"preventAutoStart": false
}
Loading

0 comments on commit aed7b04

Please sign in to comment.