createRectangleGeometry.js 51 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495
  1. /**
  2. * Cesium - https://github.com/CesiumGS/cesium
  3. *
  4. * Copyright 2011-2020 Cesium Contributors
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License");
  7. * you may not use this file except in compliance with the License.
  8. * You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. *
  18. * Columbus View (Pat. Pend.)
  19. *
  20. * Portions licensed separately.
  21. * See https://github.com/CesiumGS/cesium/blob/master/LICENSE.md for full licensing details.
  22. */
  23. define(['./when-54c2dc71', './Check-6c0211bc', './Math-1124a290', './Cartesian2-33d2657c', './Transforms-8be64844', './RuntimeError-2109023a', './WebGLConstants-76bb35d1', './ComponentDatatype-a26dd044', './GeometryAttribute-e9a8b203', './GeometryAttributes-4fcfcf40', './AttributeCompression-75249b5e', './GeometryPipeline-466ad516', './EncodedCartesian3-6c97231d', './IndexDatatype-25023891', './IntersectionTests-afc38163', './Plane-fa30fc46', './GeometryOffsetAttribute-d746452d', './VertexFormat-4d8b817a', './GeometryInstance-8c9b4df5', './EllipsoidRhumbLine-5f1492e5', './PolygonPipeline-9f9b7763', './RectangleGeometryLibrary-3ec48410'], function (when, Check, _Math, Cartesian2, Transforms, RuntimeError, WebGLConstants, ComponentDatatype, GeometryAttribute, GeometryAttributes, AttributeCompression, GeometryPipeline, EncodedCartesian3, IndexDatatype, IntersectionTests, Plane, GeometryOffsetAttribute, VertexFormat, GeometryInstance, EllipsoidRhumbLine, PolygonPipeline, RectangleGeometryLibrary) { 'use strict';
  24. var positionScratch = new Cartesian2.Cartesian3();
  25. var normalScratch = new Cartesian2.Cartesian3();
  26. var tangentScratch = new Cartesian2.Cartesian3();
  27. var bitangentScratch = new Cartesian2.Cartesian3();
  28. var rectangleScratch = new Cartesian2.Rectangle();
  29. var stScratch = new Cartesian2.Cartesian2();
  30. var bottomBoundingSphere = new Transforms.BoundingSphere();
  31. var topBoundingSphere = new Transforms.BoundingSphere();
  32. function createAttributes(vertexFormat, attributes) {
  33. var geo = new GeometryAttribute.Geometry({
  34. attributes: new GeometryAttributes.GeometryAttributes(),
  35. primitiveType: GeometryAttribute.PrimitiveType.TRIANGLES,
  36. });
  37. geo.attributes.position = new GeometryAttribute.GeometryAttribute({
  38. componentDatatype: ComponentDatatype.ComponentDatatype.DOUBLE,
  39. componentsPerAttribute: 3,
  40. values: attributes.positions,
  41. });
  42. if (vertexFormat.normal) {
  43. geo.attributes.normal = new GeometryAttribute.GeometryAttribute({
  44. componentDatatype: ComponentDatatype.ComponentDatatype.FLOAT,
  45. componentsPerAttribute: 3,
  46. values: attributes.normals,
  47. });
  48. }
  49. if (vertexFormat.tangent) {
  50. geo.attributes.tangent = new GeometryAttribute.GeometryAttribute({
  51. componentDatatype: ComponentDatatype.ComponentDatatype.FLOAT,
  52. componentsPerAttribute: 3,
  53. values: attributes.tangents,
  54. });
  55. }
  56. if (vertexFormat.bitangent) {
  57. geo.attributes.bitangent = new GeometryAttribute.GeometryAttribute({
  58. componentDatatype: ComponentDatatype.ComponentDatatype.FLOAT,
  59. componentsPerAttribute: 3,
  60. values: attributes.bitangents,
  61. });
  62. }
  63. return geo;
  64. }
  65. function calculateAttributes(
  66. positions,
  67. vertexFormat,
  68. ellipsoid,
  69. tangentRotationMatrix
  70. ) {
  71. var length = positions.length;
  72. var normals = vertexFormat.normal ? new Float32Array(length) : undefined;
  73. var tangents = vertexFormat.tangent ? new Float32Array(length) : undefined;
  74. var bitangents = vertexFormat.bitangent
  75. ? new Float32Array(length)
  76. : undefined;
  77. var attrIndex = 0;
  78. var bitangent = bitangentScratch;
  79. var tangent = tangentScratch;
  80. var normal = normalScratch;
  81. if (vertexFormat.normal || vertexFormat.tangent || vertexFormat.bitangent) {
  82. for (var i = 0; i < length; i += 3) {
  83. var p = Cartesian2.Cartesian3.fromArray(positions, i, positionScratch);
  84. var attrIndex1 = attrIndex + 1;
  85. var attrIndex2 = attrIndex + 2;
  86. normal = ellipsoid.geodeticSurfaceNormal(p, normal);
  87. if (vertexFormat.tangent || vertexFormat.bitangent) {
  88. Cartesian2.Cartesian3.cross(Cartesian2.Cartesian3.UNIT_Z, normal, tangent);
  89. Transforms.Matrix3.multiplyByVector(tangentRotationMatrix, tangent, tangent);
  90. Cartesian2.Cartesian3.normalize(tangent, tangent);
  91. if (vertexFormat.bitangent) {
  92. Cartesian2.Cartesian3.normalize(
  93. Cartesian2.Cartesian3.cross(normal, tangent, bitangent),
  94. bitangent
  95. );
  96. }
  97. }
  98. if (vertexFormat.normal) {
  99. normals[attrIndex] = normal.x;
  100. normals[attrIndex1] = normal.y;
  101. normals[attrIndex2] = normal.z;
  102. }
  103. if (vertexFormat.tangent) {
  104. tangents[attrIndex] = tangent.x;
  105. tangents[attrIndex1] = tangent.y;
  106. tangents[attrIndex2] = tangent.z;
  107. }
  108. if (vertexFormat.bitangent) {
  109. bitangents[attrIndex] = bitangent.x;
  110. bitangents[attrIndex1] = bitangent.y;
  111. bitangents[attrIndex2] = bitangent.z;
  112. }
  113. attrIndex += 3;
  114. }
  115. }
  116. return createAttributes(vertexFormat, {
  117. positions: positions,
  118. normals: normals,
  119. tangents: tangents,
  120. bitangents: bitangents,
  121. });
  122. }
  123. var v1Scratch = new Cartesian2.Cartesian3();
  124. var v2Scratch = new Cartesian2.Cartesian3();
  125. function calculateAttributesWall(positions, vertexFormat, ellipsoid) {
  126. var length = positions.length;
  127. var normals = vertexFormat.normal ? new Float32Array(length) : undefined;
  128. var tangents = vertexFormat.tangent ? new Float32Array(length) : undefined;
  129. var bitangents = vertexFormat.bitangent
  130. ? new Float32Array(length)
  131. : undefined;
  132. var normalIndex = 0;
  133. var tangentIndex = 0;
  134. var bitangentIndex = 0;
  135. var recomputeNormal = true;
  136. var bitangent = bitangentScratch;
  137. var tangent = tangentScratch;
  138. var normal = normalScratch;
  139. if (vertexFormat.normal || vertexFormat.tangent || vertexFormat.bitangent) {
  140. for (var i = 0; i < length; i += 6) {
  141. var p = Cartesian2.Cartesian3.fromArray(positions, i, positionScratch);
  142. var p1 = Cartesian2.Cartesian3.fromArray(positions, (i + 6) % length, v1Scratch);
  143. if (recomputeNormal) {
  144. var p2 = Cartesian2.Cartesian3.fromArray(positions, (i + 3) % length, v2Scratch);
  145. Cartesian2.Cartesian3.subtract(p1, p, p1);
  146. Cartesian2.Cartesian3.subtract(p2, p, p2);
  147. normal = Cartesian2.Cartesian3.normalize(Cartesian2.Cartesian3.cross(p2, p1, normal), normal);
  148. recomputeNormal = false;
  149. }
  150. if (Cartesian2.Cartesian3.equalsEpsilon(p1, p, _Math.CesiumMath.EPSILON10)) {
  151. // if we've reached a corner
  152. recomputeNormal = true;
  153. }
  154. if (vertexFormat.tangent || vertexFormat.bitangent) {
  155. bitangent = ellipsoid.geodeticSurfaceNormal(p, bitangent);
  156. if (vertexFormat.tangent) {
  157. tangent = Cartesian2.Cartesian3.normalize(
  158. Cartesian2.Cartesian3.cross(bitangent, normal, tangent),
  159. tangent
  160. );
  161. }
  162. }
  163. if (vertexFormat.normal) {
  164. normals[normalIndex++] = normal.x;
  165. normals[normalIndex++] = normal.y;
  166. normals[normalIndex++] = normal.z;
  167. normals[normalIndex++] = normal.x;
  168. normals[normalIndex++] = normal.y;
  169. normals[normalIndex++] = normal.z;
  170. }
  171. if (vertexFormat.tangent) {
  172. tangents[tangentIndex++] = tangent.x;
  173. tangents[tangentIndex++] = tangent.y;
  174. tangents[tangentIndex++] = tangent.z;
  175. tangents[tangentIndex++] = tangent.x;
  176. tangents[tangentIndex++] = tangent.y;
  177. tangents[tangentIndex++] = tangent.z;
  178. }
  179. if (vertexFormat.bitangent) {
  180. bitangents[bitangentIndex++] = bitangent.x;
  181. bitangents[bitangentIndex++] = bitangent.y;
  182. bitangents[bitangentIndex++] = bitangent.z;
  183. bitangents[bitangentIndex++] = bitangent.x;
  184. bitangents[bitangentIndex++] = bitangent.y;
  185. bitangents[bitangentIndex++] = bitangent.z;
  186. }
  187. }
  188. }
  189. return createAttributes(vertexFormat, {
  190. positions: positions,
  191. normals: normals,
  192. tangents: tangents,
  193. bitangents: bitangents,
  194. });
  195. }
  196. function constructRectangle(rectangleGeometry, computedOptions) {
  197. var vertexFormat = rectangleGeometry._vertexFormat;
  198. var ellipsoid = rectangleGeometry._ellipsoid;
  199. var height = computedOptions.height;
  200. var width = computedOptions.width;
  201. var northCap = computedOptions.northCap;
  202. var southCap = computedOptions.southCap;
  203. var rowStart = 0;
  204. var rowEnd = height;
  205. var rowHeight = height;
  206. var size = 0;
  207. if (northCap) {
  208. rowStart = 1;
  209. rowHeight -= 1;
  210. size += 1;
  211. }
  212. if (southCap) {
  213. rowEnd -= 1;
  214. rowHeight -= 1;
  215. size += 1;
  216. }
  217. size += width * rowHeight;
  218. var positions = vertexFormat.position
  219. ? new Float64Array(size * 3)
  220. : undefined;
  221. var textureCoordinates = vertexFormat.st
  222. ? new Float32Array(size * 2)
  223. : undefined;
  224. var posIndex = 0;
  225. var stIndex = 0;
  226. var position = positionScratch;
  227. var st = stScratch;
  228. var minX = Number.MAX_VALUE;
  229. var minY = Number.MAX_VALUE;
  230. var maxX = -Number.MAX_VALUE;
  231. var maxY = -Number.MAX_VALUE;
  232. for (var row = rowStart; row < rowEnd; ++row) {
  233. for (var col = 0; col < width; ++col) {
  234. RectangleGeometryLibrary.RectangleGeometryLibrary.computePosition(
  235. computedOptions,
  236. ellipsoid,
  237. vertexFormat.st,
  238. row,
  239. col,
  240. position,
  241. st
  242. );
  243. positions[posIndex++] = position.x;
  244. positions[posIndex++] = position.y;
  245. positions[posIndex++] = position.z;
  246. if (vertexFormat.st) {
  247. textureCoordinates[stIndex++] = st.x;
  248. textureCoordinates[stIndex++] = st.y;
  249. minX = Math.min(minX, st.x);
  250. minY = Math.min(minY, st.y);
  251. maxX = Math.max(maxX, st.x);
  252. maxY = Math.max(maxY, st.y);
  253. }
  254. }
  255. }
  256. if (northCap) {
  257. RectangleGeometryLibrary.RectangleGeometryLibrary.computePosition(
  258. computedOptions,
  259. ellipsoid,
  260. vertexFormat.st,
  261. 0,
  262. 0,
  263. position,
  264. st
  265. );
  266. positions[posIndex++] = position.x;
  267. positions[posIndex++] = position.y;
  268. positions[posIndex++] = position.z;
  269. if (vertexFormat.st) {
  270. textureCoordinates[stIndex++] = st.x;
  271. textureCoordinates[stIndex++] = st.y;
  272. minX = st.x;
  273. minY = st.y;
  274. maxX = st.x;
  275. maxY = st.y;
  276. }
  277. }
  278. if (southCap) {
  279. RectangleGeometryLibrary.RectangleGeometryLibrary.computePosition(
  280. computedOptions,
  281. ellipsoid,
  282. vertexFormat.st,
  283. height - 1,
  284. 0,
  285. position,
  286. st
  287. );
  288. positions[posIndex++] = position.x;
  289. positions[posIndex++] = position.y;
  290. positions[posIndex] = position.z;
  291. if (vertexFormat.st) {
  292. textureCoordinates[stIndex++] = st.x;
  293. textureCoordinates[stIndex] = st.y;
  294. minX = Math.min(minX, st.x);
  295. minY = Math.min(minY, st.y);
  296. maxX = Math.max(maxX, st.x);
  297. maxY = Math.max(maxY, st.y);
  298. }
  299. }
  300. if (
  301. vertexFormat.st &&
  302. (minX < 0.0 || minY < 0.0 || maxX > 1.0 || maxY > 1.0)
  303. ) {
  304. for (var k = 0; k < textureCoordinates.length; k += 2) {
  305. textureCoordinates[k] = (textureCoordinates[k] - minX) / (maxX - minX);
  306. textureCoordinates[k + 1] =
  307. (textureCoordinates[k + 1] - minY) / (maxY - minY);
  308. }
  309. }
  310. var geo = calculateAttributes(
  311. positions,
  312. vertexFormat,
  313. ellipsoid,
  314. computedOptions.tangentRotationMatrix
  315. );
  316. var indicesSize = 6 * (width - 1) * (rowHeight - 1);
  317. if (northCap) {
  318. indicesSize += 3 * (width - 1);
  319. }
  320. if (southCap) {
  321. indicesSize += 3 * (width - 1);
  322. }
  323. var indices = IndexDatatype.IndexDatatype.createTypedArray(size, indicesSize);
  324. var index = 0;
  325. var indicesIndex = 0;
  326. var i;
  327. for (i = 0; i < rowHeight - 1; ++i) {
  328. for (var j = 0; j < width - 1; ++j) {
  329. var upperLeft = index;
  330. var lowerLeft = upperLeft + width;
  331. var lowerRight = lowerLeft + 1;
  332. var upperRight = upperLeft + 1;
  333. indices[indicesIndex++] = upperLeft;
  334. indices[indicesIndex++] = lowerLeft;
  335. indices[indicesIndex++] = upperRight;
  336. indices[indicesIndex++] = upperRight;
  337. indices[indicesIndex++] = lowerLeft;
  338. indices[indicesIndex++] = lowerRight;
  339. ++index;
  340. }
  341. ++index;
  342. }
  343. if (northCap || southCap) {
  344. var northIndex = size - 1;
  345. var southIndex = size - 1;
  346. if (northCap && southCap) {
  347. northIndex = size - 2;
  348. }
  349. var p1;
  350. var p2;
  351. index = 0;
  352. if (northCap) {
  353. for (i = 0; i < width - 1; i++) {
  354. p1 = index;
  355. p2 = p1 + 1;
  356. indices[indicesIndex++] = northIndex;
  357. indices[indicesIndex++] = p1;
  358. indices[indicesIndex++] = p2;
  359. ++index;
  360. }
  361. }
  362. if (southCap) {
  363. index = (rowHeight - 1) * width;
  364. for (i = 0; i < width - 1; i++) {
  365. p1 = index;
  366. p2 = p1 + 1;
  367. indices[indicesIndex++] = p1;
  368. indices[indicesIndex++] = southIndex;
  369. indices[indicesIndex++] = p2;
  370. ++index;
  371. }
  372. }
  373. }
  374. geo.indices = indices;
  375. if (vertexFormat.st) {
  376. geo.attributes.st = new GeometryAttribute.GeometryAttribute({
  377. componentDatatype: ComponentDatatype.ComponentDatatype.FLOAT,
  378. componentsPerAttribute: 2,
  379. values: textureCoordinates,
  380. });
  381. }
  382. return geo;
  383. }
  384. function addWallPositions(
  385. wallPositions,
  386. posIndex,
  387. i,
  388. topPositions,
  389. bottomPositions
  390. ) {
  391. wallPositions[posIndex++] = topPositions[i];
  392. wallPositions[posIndex++] = topPositions[i + 1];
  393. wallPositions[posIndex++] = topPositions[i + 2];
  394. wallPositions[posIndex++] = bottomPositions[i];
  395. wallPositions[posIndex++] = bottomPositions[i + 1];
  396. wallPositions[posIndex] = bottomPositions[i + 2];
  397. return wallPositions;
  398. }
  399. function addWallTextureCoordinates(wallTextures, stIndex, i, st) {
  400. wallTextures[stIndex++] = st[i];
  401. wallTextures[stIndex++] = st[i + 1];
  402. wallTextures[stIndex++] = st[i];
  403. wallTextures[stIndex] = st[i + 1];
  404. return wallTextures;
  405. }
  406. var scratchVertexFormat = new VertexFormat.VertexFormat();
  407. function constructExtrudedRectangle(rectangleGeometry, computedOptions) {
  408. var shadowVolume = rectangleGeometry._shadowVolume;
  409. var offsetAttributeValue = rectangleGeometry._offsetAttribute;
  410. var vertexFormat = rectangleGeometry._vertexFormat;
  411. var minHeight = rectangleGeometry._extrudedHeight;
  412. var maxHeight = rectangleGeometry._surfaceHeight;
  413. var ellipsoid = rectangleGeometry._ellipsoid;
  414. var height = computedOptions.height;
  415. var width = computedOptions.width;
  416. var i;
  417. if (shadowVolume) {
  418. var newVertexFormat = VertexFormat.VertexFormat.clone(vertexFormat, scratchVertexFormat);
  419. newVertexFormat.normal = true;
  420. rectangleGeometry._vertexFormat = newVertexFormat;
  421. }
  422. var topBottomGeo = constructRectangle(rectangleGeometry, computedOptions);
  423. if (shadowVolume) {
  424. rectangleGeometry._vertexFormat = vertexFormat;
  425. }
  426. var topPositions = PolygonPipeline.PolygonPipeline.scaleToGeodeticHeight(
  427. topBottomGeo.attributes.position.values,
  428. maxHeight,
  429. ellipsoid,
  430. false
  431. );
  432. topPositions = new Float64Array(topPositions);
  433. var length = topPositions.length;
  434. var newLength = length * 2;
  435. var positions = new Float64Array(newLength);
  436. positions.set(topPositions);
  437. var bottomPositions = PolygonPipeline.PolygonPipeline.scaleToGeodeticHeight(
  438. topBottomGeo.attributes.position.values,
  439. minHeight,
  440. ellipsoid
  441. );
  442. positions.set(bottomPositions, length);
  443. topBottomGeo.attributes.position.values = positions;
  444. var normals = vertexFormat.normal ? new Float32Array(newLength) : undefined;
  445. var tangents = vertexFormat.tangent ? new Float32Array(newLength) : undefined;
  446. var bitangents = vertexFormat.bitangent
  447. ? new Float32Array(newLength)
  448. : undefined;
  449. var textures = vertexFormat.st
  450. ? new Float32Array((newLength / 3) * 2)
  451. : undefined;
  452. var topSt;
  453. var topNormals;
  454. if (vertexFormat.normal) {
  455. topNormals = topBottomGeo.attributes.normal.values;
  456. normals.set(topNormals);
  457. for (i = 0; i < length; i++) {
  458. topNormals[i] = -topNormals[i];
  459. }
  460. normals.set(topNormals, length);
  461. topBottomGeo.attributes.normal.values = normals;
  462. }
  463. if (shadowVolume) {
  464. topNormals = topBottomGeo.attributes.normal.values;
  465. if (!vertexFormat.normal) {
  466. topBottomGeo.attributes.normal = undefined;
  467. }
  468. var extrudeNormals = new Float32Array(newLength);
  469. for (i = 0; i < length; i++) {
  470. topNormals[i] = -topNormals[i];
  471. }
  472. extrudeNormals.set(topNormals, length); //only get normals for bottom layer that's going to be pushed down
  473. topBottomGeo.attributes.extrudeDirection = new GeometryAttribute.GeometryAttribute({
  474. componentDatatype: ComponentDatatype.ComponentDatatype.FLOAT,
  475. componentsPerAttribute: 3,
  476. values: extrudeNormals,
  477. });
  478. }
  479. var offsetValue;
  480. var hasOffsets = when.defined(offsetAttributeValue);
  481. if (hasOffsets) {
  482. var size = (length / 3) * 2;
  483. var offsetAttribute = new Uint8Array(size);
  484. if (offsetAttributeValue === GeometryOffsetAttribute.GeometryOffsetAttribute.TOP) {
  485. offsetAttribute = GeometryOffsetAttribute.arrayFill(offsetAttribute, 1, 0, size / 2);
  486. } else {
  487. offsetValue =
  488. offsetAttributeValue === GeometryOffsetAttribute.GeometryOffsetAttribute.NONE ? 0 : 1;
  489. offsetAttribute = GeometryOffsetAttribute.arrayFill(offsetAttribute, offsetValue);
  490. }
  491. topBottomGeo.attributes.applyOffset = new GeometryAttribute.GeometryAttribute({
  492. componentDatatype: ComponentDatatype.ComponentDatatype.UNSIGNED_BYTE,
  493. componentsPerAttribute: 1,
  494. values: offsetAttribute,
  495. });
  496. }
  497. if (vertexFormat.tangent) {
  498. var topTangents = topBottomGeo.attributes.tangent.values;
  499. tangents.set(topTangents);
  500. for (i = 0; i < length; i++) {
  501. topTangents[i] = -topTangents[i];
  502. }
  503. tangents.set(topTangents, length);
  504. topBottomGeo.attributes.tangent.values = tangents;
  505. }
  506. if (vertexFormat.bitangent) {
  507. var topBitangents = topBottomGeo.attributes.bitangent.values;
  508. bitangents.set(topBitangents);
  509. bitangents.set(topBitangents, length);
  510. topBottomGeo.attributes.bitangent.values = bitangents;
  511. }
  512. if (vertexFormat.st) {
  513. topSt = topBottomGeo.attributes.st.values;
  514. textures.set(topSt);
  515. textures.set(topSt, (length / 3) * 2);
  516. topBottomGeo.attributes.st.values = textures;
  517. }
  518. var indices = topBottomGeo.indices;
  519. var indicesLength = indices.length;
  520. var posLength = length / 3;
  521. var newIndices = IndexDatatype.IndexDatatype.createTypedArray(
  522. newLength / 3,
  523. indicesLength * 2
  524. );
  525. newIndices.set(indices);
  526. for (i = 0; i < indicesLength; i += 3) {
  527. newIndices[i + indicesLength] = indices[i + 2] + posLength;
  528. newIndices[i + 1 + indicesLength] = indices[i + 1] + posLength;
  529. newIndices[i + 2 + indicesLength] = indices[i] + posLength;
  530. }
  531. topBottomGeo.indices = newIndices;
  532. var northCap = computedOptions.northCap;
  533. var southCap = computedOptions.southCap;
  534. var rowHeight = height;
  535. var widthMultiplier = 2;
  536. var perimeterPositions = 0;
  537. var corners = 4;
  538. var dupliateCorners = 4;
  539. if (northCap) {
  540. widthMultiplier -= 1;
  541. rowHeight -= 1;
  542. perimeterPositions += 1;
  543. corners -= 2;
  544. dupliateCorners -= 1;
  545. }
  546. if (southCap) {
  547. widthMultiplier -= 1;
  548. rowHeight -= 1;
  549. perimeterPositions += 1;
  550. corners -= 2;
  551. dupliateCorners -= 1;
  552. }
  553. perimeterPositions += widthMultiplier * width + 2 * rowHeight - corners;
  554. var wallCount = (perimeterPositions + dupliateCorners) * 2;
  555. var wallPositions = new Float64Array(wallCount * 3);
  556. var wallExtrudeNormals = shadowVolume
  557. ? new Float32Array(wallCount * 3)
  558. : undefined;
  559. var wallOffsetAttribute = hasOffsets ? new Uint8Array(wallCount) : undefined;
  560. var wallTextures = vertexFormat.st
  561. ? new Float32Array(wallCount * 2)
  562. : undefined;
  563. var computeTopOffsets = offsetAttributeValue === GeometryOffsetAttribute.GeometryOffsetAttribute.TOP;
  564. if (hasOffsets && !computeTopOffsets) {
  565. offsetValue = offsetAttributeValue === GeometryOffsetAttribute.GeometryOffsetAttribute.ALL ? 1 : 0;
  566. wallOffsetAttribute = GeometryOffsetAttribute.arrayFill(wallOffsetAttribute, offsetValue);
  567. }
  568. var posIndex = 0;
  569. var stIndex = 0;
  570. var extrudeNormalIndex = 0;
  571. var wallOffsetIndex = 0;
  572. var area = width * rowHeight;
  573. var threeI;
  574. for (i = 0; i < area; i += width) {
  575. threeI = i * 3;
  576. wallPositions = addWallPositions(
  577. wallPositions,
  578. posIndex,
  579. threeI,
  580. topPositions,
  581. bottomPositions
  582. );
  583. posIndex += 6;
  584. if (vertexFormat.st) {
  585. wallTextures = addWallTextureCoordinates(
  586. wallTextures,
  587. stIndex,
  588. i * 2,
  589. topSt
  590. );
  591. stIndex += 4;
  592. }
  593. if (shadowVolume) {
  594. extrudeNormalIndex += 3;
  595. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI];
  596. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 1];
  597. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 2];
  598. }
  599. if (computeTopOffsets) {
  600. wallOffsetAttribute[wallOffsetIndex++] = 1;
  601. wallOffsetIndex += 1;
  602. }
  603. }
  604. if (!southCap) {
  605. for (i = area - width; i < area; i++) {
  606. threeI = i * 3;
  607. wallPositions = addWallPositions(
  608. wallPositions,
  609. posIndex,
  610. threeI,
  611. topPositions,
  612. bottomPositions
  613. );
  614. posIndex += 6;
  615. if (vertexFormat.st) {
  616. wallTextures = addWallTextureCoordinates(
  617. wallTextures,
  618. stIndex,
  619. i * 2,
  620. topSt
  621. );
  622. stIndex += 4;
  623. }
  624. if (shadowVolume) {
  625. extrudeNormalIndex += 3;
  626. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI];
  627. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 1];
  628. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 2];
  629. }
  630. if (computeTopOffsets) {
  631. wallOffsetAttribute[wallOffsetIndex++] = 1;
  632. wallOffsetIndex += 1;
  633. }
  634. }
  635. } else {
  636. var southIndex = northCap ? area + 1 : area;
  637. threeI = southIndex * 3;
  638. for (i = 0; i < 2; i++) {
  639. // duplicate corner points
  640. wallPositions = addWallPositions(
  641. wallPositions,
  642. posIndex,
  643. threeI,
  644. topPositions,
  645. bottomPositions
  646. );
  647. posIndex += 6;
  648. if (vertexFormat.st) {
  649. wallTextures = addWallTextureCoordinates(
  650. wallTextures,
  651. stIndex,
  652. southIndex * 2,
  653. topSt
  654. );
  655. stIndex += 4;
  656. }
  657. if (shadowVolume) {
  658. extrudeNormalIndex += 3;
  659. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI];
  660. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 1];
  661. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 2];
  662. }
  663. if (computeTopOffsets) {
  664. wallOffsetAttribute[wallOffsetIndex++] = 1;
  665. wallOffsetIndex += 1;
  666. }
  667. }
  668. }
  669. for (i = area - 1; i > 0; i -= width) {
  670. threeI = i * 3;
  671. wallPositions = addWallPositions(
  672. wallPositions,
  673. posIndex,
  674. threeI,
  675. topPositions,
  676. bottomPositions
  677. );
  678. posIndex += 6;
  679. if (vertexFormat.st) {
  680. wallTextures = addWallTextureCoordinates(
  681. wallTextures,
  682. stIndex,
  683. i * 2,
  684. topSt
  685. );
  686. stIndex += 4;
  687. }
  688. if (shadowVolume) {
  689. extrudeNormalIndex += 3;
  690. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI];
  691. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 1];
  692. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 2];
  693. }
  694. if (computeTopOffsets) {
  695. wallOffsetAttribute[wallOffsetIndex++] = 1;
  696. wallOffsetIndex += 1;
  697. }
  698. }
  699. if (!northCap) {
  700. for (i = width - 1; i >= 0; i--) {
  701. threeI = i * 3;
  702. wallPositions = addWallPositions(
  703. wallPositions,
  704. posIndex,
  705. threeI,
  706. topPositions,
  707. bottomPositions
  708. );
  709. posIndex += 6;
  710. if (vertexFormat.st) {
  711. wallTextures = addWallTextureCoordinates(
  712. wallTextures,
  713. stIndex,
  714. i * 2,
  715. topSt
  716. );
  717. stIndex += 4;
  718. }
  719. if (shadowVolume) {
  720. extrudeNormalIndex += 3;
  721. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI];
  722. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 1];
  723. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 2];
  724. }
  725. if (computeTopOffsets) {
  726. wallOffsetAttribute[wallOffsetIndex++] = 1;
  727. wallOffsetIndex += 1;
  728. }
  729. }
  730. } else {
  731. var northIndex = area;
  732. threeI = northIndex * 3;
  733. for (i = 0; i < 2; i++) {
  734. // duplicate corner points
  735. wallPositions = addWallPositions(
  736. wallPositions,
  737. posIndex,
  738. threeI,
  739. topPositions,
  740. bottomPositions
  741. );
  742. posIndex += 6;
  743. if (vertexFormat.st) {
  744. wallTextures = addWallTextureCoordinates(
  745. wallTextures,
  746. stIndex,
  747. northIndex * 2,
  748. topSt
  749. );
  750. stIndex += 4;
  751. }
  752. if (shadowVolume) {
  753. extrudeNormalIndex += 3;
  754. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI];
  755. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 1];
  756. wallExtrudeNormals[extrudeNormalIndex++] = topNormals[threeI + 2];
  757. }
  758. if (computeTopOffsets) {
  759. wallOffsetAttribute[wallOffsetIndex++] = 1;
  760. wallOffsetIndex += 1;
  761. }
  762. }
  763. }
  764. var geo = calculateAttributesWall(wallPositions, vertexFormat, ellipsoid);
  765. if (vertexFormat.st) {
  766. geo.attributes.st = new GeometryAttribute.GeometryAttribute({
  767. componentDatatype: ComponentDatatype.ComponentDatatype.FLOAT,
  768. componentsPerAttribute: 2,
  769. values: wallTextures,
  770. });
  771. }
  772. if (shadowVolume) {
  773. geo.attributes.extrudeDirection = new GeometryAttribute.GeometryAttribute({
  774. componentDatatype: ComponentDatatype.ComponentDatatype.FLOAT,
  775. componentsPerAttribute: 3,
  776. values: wallExtrudeNormals,
  777. });
  778. }
  779. if (hasOffsets) {
  780. geo.attributes.applyOffset = new GeometryAttribute.GeometryAttribute({
  781. componentDatatype: ComponentDatatype.ComponentDatatype.UNSIGNED_BYTE,
  782. componentsPerAttribute: 1,
  783. values: wallOffsetAttribute,
  784. });
  785. }
  786. var wallIndices = IndexDatatype.IndexDatatype.createTypedArray(
  787. wallCount,
  788. perimeterPositions * 6
  789. );
  790. var upperLeft;
  791. var lowerLeft;
  792. var lowerRight;
  793. var upperRight;
  794. length = wallPositions.length / 3;
  795. var index = 0;
  796. for (i = 0; i < length - 1; i += 2) {
  797. upperLeft = i;
  798. upperRight = (upperLeft + 2) % length;
  799. var p1 = Cartesian2.Cartesian3.fromArray(wallPositions, upperLeft * 3, v1Scratch);
  800. var p2 = Cartesian2.Cartesian3.fromArray(wallPositions, upperRight * 3, v2Scratch);
  801. if (Cartesian2.Cartesian3.equalsEpsilon(p1, p2, _Math.CesiumMath.EPSILON10)) {
  802. continue;
  803. }
  804. lowerLeft = (upperLeft + 1) % length;
  805. lowerRight = (lowerLeft + 2) % length;
  806. wallIndices[index++] = upperLeft;
  807. wallIndices[index++] = lowerLeft;
  808. wallIndices[index++] = upperRight;
  809. wallIndices[index++] = upperRight;
  810. wallIndices[index++] = lowerLeft;
  811. wallIndices[index++] = lowerRight;
  812. }
  813. geo.indices = wallIndices;
  814. geo = GeometryPipeline.GeometryPipeline.combineInstances([
  815. new GeometryInstance.GeometryInstance({
  816. geometry: topBottomGeo,
  817. }),
  818. new GeometryInstance.GeometryInstance({
  819. geometry: geo,
  820. }),
  821. ]);
  822. return geo[0];
  823. }
  824. var scratchRectanglePoints = [
  825. new Cartesian2.Cartesian3(),
  826. new Cartesian2.Cartesian3(),
  827. new Cartesian2.Cartesian3(),
  828. new Cartesian2.Cartesian3(),
  829. ];
  830. var nwScratch = new Cartesian2.Cartographic();
  831. var stNwScratch = new Cartesian2.Cartographic();
  832. function computeRectangle(rectangle, granularity, rotation, ellipsoid, result) {
  833. if (rotation === 0.0) {
  834. return Cartesian2.Rectangle.clone(rectangle, result);
  835. }
  836. var computedOptions = RectangleGeometryLibrary.RectangleGeometryLibrary.computeOptions(
  837. rectangle,
  838. granularity,
  839. rotation,
  840. 0,
  841. rectangleScratch,
  842. nwScratch
  843. );
  844. var height = computedOptions.height;
  845. var width = computedOptions.width;
  846. var positions = scratchRectanglePoints;
  847. RectangleGeometryLibrary.RectangleGeometryLibrary.computePosition(
  848. computedOptions,
  849. ellipsoid,
  850. false,
  851. 0,
  852. 0,
  853. positions[0]
  854. );
  855. RectangleGeometryLibrary.RectangleGeometryLibrary.computePosition(
  856. computedOptions,
  857. ellipsoid,
  858. false,
  859. 0,
  860. width - 1,
  861. positions[1]
  862. );
  863. RectangleGeometryLibrary.RectangleGeometryLibrary.computePosition(
  864. computedOptions,
  865. ellipsoid,
  866. false,
  867. height - 1,
  868. 0,
  869. positions[2]
  870. );
  871. RectangleGeometryLibrary.RectangleGeometryLibrary.computePosition(
  872. computedOptions,
  873. ellipsoid,
  874. false,
  875. height - 1,
  876. width - 1,
  877. positions[3]
  878. );
  879. return Cartesian2.Rectangle.fromCartesianArray(positions, ellipsoid, result);
  880. }
  881. /**
  882. * A description of a cartographic rectangle on an ellipsoid centered at the origin. Rectangle geometry can be rendered with both {@link Primitive} and {@link GroundPrimitive}.
  883. *
  884. * @alias RectangleGeometry
  885. * @constructor
  886. *
  887. * @param {Object} options Object with the following properties:
  888. * @param {Rectangle} options.rectangle A cartographic rectangle with north, south, east and west properties in radians.
  889. * @param {VertexFormat} [options.vertexFormat=VertexFormat.DEFAULT] The vertex attributes to be computed.
  890. * @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid on which the rectangle lies.
  891. * @param {Number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
  892. * @param {Number} [options.height=0.0] The distance in meters between the rectangle and the ellipsoid surface.
  893. * @param {Number} [options.rotation=0.0] The rotation of the rectangle, in radians. A positive rotation is counter-clockwise.
  894. * @param {Number} [options.stRotation=0.0] The rotation of the texture coordinates, in radians. A positive rotation is counter-clockwise.
  895. * @param {Number} [options.extrudedHeight] The distance in meters between the rectangle's extruded face and the ellipsoid surface.
  896. *
  897. * @exception {DeveloperError} <code>options.rectangle.north</code> must be in the interval [<code>-Pi/2</code>, <code>Pi/2</code>].
  898. * @exception {DeveloperError} <code>options.rectangle.south</code> must be in the interval [<code>-Pi/2</code>, <code>Pi/2</code>].
  899. * @exception {DeveloperError} <code>options.rectangle.east</code> must be in the interval [<code>-Pi</code>, <code>Pi</code>].
  900. * @exception {DeveloperError} <code>options.rectangle.west</code> must be in the interval [<code>-Pi</code>, <code>Pi</code>].
  901. * @exception {DeveloperError} <code>options.rectangle.north</code> must be greater than <code>options.rectangle.south</code>.
  902. *
  903. * @see RectangleGeometry#createGeometry
  904. *
  905. * @demo {@link https://sandcastle.cesium.com/index.html?src=Rectangle.html|Cesium Sandcastle Rectangle Demo}
  906. *
  907. * @example
  908. * // 1. create a rectangle
  909. * var rectangle = new Cesium.RectangleGeometry({
  910. * ellipsoid : Cesium.Ellipsoid.WGS84,
  911. * rectangle : Cesium.Rectangle.fromDegrees(-80.0, 39.0, -74.0, 42.0),
  912. * height : 10000.0
  913. * });
  914. * var geometry = Cesium.RectangleGeometry.createGeometry(rectangle);
  915. *
  916. * // 2. create an extruded rectangle without a top
  917. * var rectangle = new Cesium.RectangleGeometry({
  918. * ellipsoid : Cesium.Ellipsoid.WGS84,
  919. * rectangle : Cesium.Rectangle.fromDegrees(-80.0, 39.0, -74.0, 42.0),
  920. * height : 10000.0,
  921. * extrudedHeight: 300000
  922. * });
  923. * var geometry = Cesium.RectangleGeometry.createGeometry(rectangle);
  924. */
  925. function RectangleGeometry(options) {
  926. options = when.defaultValue(options, when.defaultValue.EMPTY_OBJECT);
  927. var rectangle = options.rectangle;
  928. //>>includeStart('debug', pragmas.debug);
  929. Check.Check.typeOf.object("rectangle", rectangle);
  930. Cartesian2.Rectangle.validate(rectangle);
  931. if (rectangle.north < rectangle.south) {
  932. throw new Check.DeveloperError(
  933. "options.rectangle.north must be greater than or equal to options.rectangle.south"
  934. );
  935. }
  936. //>>includeEnd('debug');
  937. var height = when.defaultValue(options.height, 0.0);
  938. var extrudedHeight = when.defaultValue(options.extrudedHeight, height);
  939. this._rectangle = Cartesian2.Rectangle.clone(rectangle);
  940. this._granularity = when.defaultValue(
  941. options.granularity,
  942. _Math.CesiumMath.RADIANS_PER_DEGREE
  943. );
  944. this._ellipsoid = Cartesian2.Ellipsoid.clone(
  945. when.defaultValue(options.ellipsoid, Cartesian2.Ellipsoid.WGS84)
  946. );
  947. this._surfaceHeight = Math.max(height, extrudedHeight);
  948. this._rotation = when.defaultValue(options.rotation, 0.0);
  949. this._stRotation = when.defaultValue(options.stRotation, 0.0);
  950. this._vertexFormat = VertexFormat.VertexFormat.clone(
  951. when.defaultValue(options.vertexFormat, VertexFormat.VertexFormat.DEFAULT)
  952. );
  953. this._extrudedHeight = Math.min(height, extrudedHeight);
  954. this._shadowVolume = when.defaultValue(options.shadowVolume, false);
  955. this._workerName = "createRectangleGeometry";
  956. this._offsetAttribute = options.offsetAttribute;
  957. this._rotatedRectangle = undefined;
  958. this._textureCoordinateRotationPoints = undefined;
  959. }
  960. /**
  961. * The number of elements used to pack the object into an array.
  962. * @type {Number}
  963. */
  964. RectangleGeometry.packedLength =
  965. Cartesian2.Rectangle.packedLength +
  966. Cartesian2.Ellipsoid.packedLength +
  967. VertexFormat.VertexFormat.packedLength +
  968. 7;
  969. /**
  970. * Stores the provided instance into the provided array.
  971. *
  972. * @param {RectangleGeometry} value The value to pack.
  973. * @param {Number[]} array The array to pack into.
  974. * @param {Number} [startingIndex=0] The index into the array at which to start packing the elements.
  975. *
  976. * @returns {Number[]} The array that was packed into
  977. */
  978. RectangleGeometry.pack = function (value, array, startingIndex) {
  979. //>>includeStart('debug', pragmas.debug);
  980. Check.Check.typeOf.object("value", value);
  981. Check.Check.defined("array", array);
  982. //>>includeEnd('debug');
  983. startingIndex = when.defaultValue(startingIndex, 0);
  984. Cartesian2.Rectangle.pack(value._rectangle, array, startingIndex);
  985. startingIndex += Cartesian2.Rectangle.packedLength;
  986. Cartesian2.Ellipsoid.pack(value._ellipsoid, array, startingIndex);
  987. startingIndex += Cartesian2.Ellipsoid.packedLength;
  988. VertexFormat.VertexFormat.pack(value._vertexFormat, array, startingIndex);
  989. startingIndex += VertexFormat.VertexFormat.packedLength;
  990. array[startingIndex++] = value._granularity;
  991. array[startingIndex++] = value._surfaceHeight;
  992. array[startingIndex++] = value._rotation;
  993. array[startingIndex++] = value._stRotation;
  994. array[startingIndex++] = value._extrudedHeight;
  995. array[startingIndex++] = value._shadowVolume ? 1.0 : 0.0;
  996. array[startingIndex] = when.defaultValue(value._offsetAttribute, -1);
  997. return array;
  998. };
  999. var scratchRectangle = new Cartesian2.Rectangle();
  1000. var scratchEllipsoid = Cartesian2.Ellipsoid.clone(Cartesian2.Ellipsoid.UNIT_SPHERE);
  1001. var scratchOptions = {
  1002. rectangle: scratchRectangle,
  1003. ellipsoid: scratchEllipsoid,
  1004. vertexFormat: scratchVertexFormat,
  1005. granularity: undefined,
  1006. height: undefined,
  1007. rotation: undefined,
  1008. stRotation: undefined,
  1009. extrudedHeight: undefined,
  1010. shadowVolume: undefined,
  1011. offsetAttribute: undefined,
  1012. };
  1013. /**
  1014. * Retrieves an instance from a packed array.
  1015. *
  1016. * @param {Number[]} array The packed array.
  1017. * @param {Number} [startingIndex=0] The starting index of the element to be unpacked.
  1018. * @param {RectangleGeometry} [result] The object into which to store the result.
  1019. * @returns {RectangleGeometry} The modified result parameter or a new RectangleGeometry instance if one was not provided.
  1020. */
  1021. RectangleGeometry.unpack = function (array, startingIndex, result) {
  1022. //>>includeStart('debug', pragmas.debug);
  1023. Check.Check.defined("array", array);
  1024. //>>includeEnd('debug');
  1025. startingIndex = when.defaultValue(startingIndex, 0);
  1026. var rectangle = Cartesian2.Rectangle.unpack(array, startingIndex, scratchRectangle);
  1027. startingIndex += Cartesian2.Rectangle.packedLength;
  1028. var ellipsoid = Cartesian2.Ellipsoid.unpack(array, startingIndex, scratchEllipsoid);
  1029. startingIndex += Cartesian2.Ellipsoid.packedLength;
  1030. var vertexFormat = VertexFormat.VertexFormat.unpack(
  1031. array,
  1032. startingIndex,
  1033. scratchVertexFormat
  1034. );
  1035. startingIndex += VertexFormat.VertexFormat.packedLength;
  1036. var granularity = array[startingIndex++];
  1037. var surfaceHeight = array[startingIndex++];
  1038. var rotation = array[startingIndex++];
  1039. var stRotation = array[startingIndex++];
  1040. var extrudedHeight = array[startingIndex++];
  1041. var shadowVolume = array[startingIndex++] === 1.0;
  1042. var offsetAttribute = array[startingIndex];
  1043. if (!when.defined(result)) {
  1044. scratchOptions.granularity = granularity;
  1045. scratchOptions.height = surfaceHeight;
  1046. scratchOptions.rotation = rotation;
  1047. scratchOptions.stRotation = stRotation;
  1048. scratchOptions.extrudedHeight = extrudedHeight;
  1049. scratchOptions.shadowVolume = shadowVolume;
  1050. scratchOptions.offsetAttribute =
  1051. offsetAttribute === -1 ? undefined : offsetAttribute;
  1052. return new RectangleGeometry(scratchOptions);
  1053. }
  1054. result._rectangle = Cartesian2.Rectangle.clone(rectangle, result._rectangle);
  1055. result._ellipsoid = Cartesian2.Ellipsoid.clone(ellipsoid, result._ellipsoid);
  1056. result._vertexFormat = VertexFormat.VertexFormat.clone(vertexFormat, result._vertexFormat);
  1057. result._granularity = granularity;
  1058. result._surfaceHeight = surfaceHeight;
  1059. result._rotation = rotation;
  1060. result._stRotation = stRotation;
  1061. result._extrudedHeight = extrudedHeight;
  1062. result._shadowVolume = shadowVolume;
  1063. result._offsetAttribute =
  1064. offsetAttribute === -1 ? undefined : offsetAttribute;
  1065. return result;
  1066. };
  1067. /**
  1068. * Computes the bounding rectangle based on the provided options
  1069. *
  1070. * @param {Object} options Object with the following properties:
  1071. * @param {Rectangle} options.rectangle A cartographic rectangle with north, south, east and west properties in radians.
  1072. * @param {Ellipsoid} [options.ellipsoid=Ellipsoid.WGS84] The ellipsoid on which the rectangle lies.
  1073. * @param {Number} [options.granularity=CesiumMath.RADIANS_PER_DEGREE] The distance, in radians, between each latitude and longitude. Determines the number of positions in the buffer.
  1074. * @param {Number} [options.rotation=0.0] The rotation of the rectangle, in radians. A positive rotation is counter-clockwise.
  1075. * @param {Rectangle} [result] An object in which to store the result.
  1076. *
  1077. * @returns {Rectangle} The result rectangle
  1078. */
  1079. RectangleGeometry.computeRectangle = function (options, result) {
  1080. options = when.defaultValue(options, when.defaultValue.EMPTY_OBJECT);
  1081. var rectangle = options.rectangle;
  1082. //>>includeStart('debug', pragmas.debug);
  1083. Check.Check.typeOf.object("rectangle", rectangle);
  1084. Cartesian2.Rectangle.validate(rectangle);
  1085. if (rectangle.north < rectangle.south) {
  1086. throw new Check.DeveloperError(
  1087. "options.rectangle.north must be greater than or equal to options.rectangle.south"
  1088. );
  1089. }
  1090. //>>includeEnd('debug');
  1091. var granularity = when.defaultValue(
  1092. options.granularity,
  1093. _Math.CesiumMath.RADIANS_PER_DEGREE
  1094. );
  1095. var ellipsoid = when.defaultValue(options.ellipsoid, Cartesian2.Ellipsoid.WGS84);
  1096. var rotation = when.defaultValue(options.rotation, 0.0);
  1097. return computeRectangle(rectangle, granularity, rotation, ellipsoid, result);
  1098. };
  1099. var tangentRotationMatrixScratch = new Transforms.Matrix3();
  1100. var quaternionScratch = new Transforms.Quaternion();
  1101. var centerScratch = new Cartesian2.Cartographic();
  1102. /**
  1103. * Computes the geometric representation of a rectangle, including its vertices, indices, and a bounding sphere.
  1104. *
  1105. * @param {RectangleGeometry} rectangleGeometry A description of the rectangle.
  1106. * @returns {Geometry|undefined} The computed vertices and indices.
  1107. *
  1108. * @exception {DeveloperError} Rotated rectangle is invalid.
  1109. */
  1110. RectangleGeometry.createGeometry = function (rectangleGeometry) {
  1111. if (
  1112. _Math.CesiumMath.equalsEpsilon(
  1113. rectangleGeometry._rectangle.north,
  1114. rectangleGeometry._rectangle.south,
  1115. _Math.CesiumMath.EPSILON10
  1116. ) ||
  1117. _Math.CesiumMath.equalsEpsilon(
  1118. rectangleGeometry._rectangle.east,
  1119. rectangleGeometry._rectangle.west,
  1120. _Math.CesiumMath.EPSILON10
  1121. )
  1122. ) {
  1123. return undefined;
  1124. }
  1125. var rectangle = rectangleGeometry._rectangle;
  1126. var ellipsoid = rectangleGeometry._ellipsoid;
  1127. var rotation = rectangleGeometry._rotation;
  1128. var stRotation = rectangleGeometry._stRotation;
  1129. var vertexFormat = rectangleGeometry._vertexFormat;
  1130. var computedOptions = RectangleGeometryLibrary.RectangleGeometryLibrary.computeOptions(
  1131. rectangle,
  1132. rectangleGeometry._granularity,
  1133. rotation,
  1134. stRotation,
  1135. rectangleScratch,
  1136. nwScratch,
  1137. stNwScratch
  1138. );
  1139. var tangentRotationMatrix = tangentRotationMatrixScratch;
  1140. if (stRotation !== 0 || rotation !== 0) {
  1141. var center = Cartesian2.Rectangle.center(rectangle, centerScratch);
  1142. var axis = ellipsoid.geodeticSurfaceNormalCartographic(center, v1Scratch);
  1143. Transforms.Quaternion.fromAxisAngle(axis, -stRotation, quaternionScratch);
  1144. Transforms.Matrix3.fromQuaternion(quaternionScratch, tangentRotationMatrix);
  1145. } else {
  1146. Transforms.Matrix3.clone(Transforms.Matrix3.IDENTITY, tangentRotationMatrix);
  1147. }
  1148. var surfaceHeight = rectangleGeometry._surfaceHeight;
  1149. var extrudedHeight = rectangleGeometry._extrudedHeight;
  1150. var extrude = !_Math.CesiumMath.equalsEpsilon(
  1151. surfaceHeight,
  1152. extrudedHeight,
  1153. 0,
  1154. _Math.CesiumMath.EPSILON2
  1155. );
  1156. computedOptions.lonScalar = 1.0 / rectangleGeometry._rectangle.width;
  1157. computedOptions.latScalar = 1.0 / rectangleGeometry._rectangle.height;
  1158. computedOptions.tangentRotationMatrix = tangentRotationMatrix;
  1159. var geometry;
  1160. var boundingSphere;
  1161. rectangle = rectangleGeometry._rectangle;
  1162. if (extrude) {
  1163. geometry = constructExtrudedRectangle(rectangleGeometry, computedOptions);
  1164. var topBS = Transforms.BoundingSphere.fromRectangle3D(
  1165. rectangle,
  1166. ellipsoid,
  1167. surfaceHeight,
  1168. topBoundingSphere
  1169. );
  1170. var bottomBS = Transforms.BoundingSphere.fromRectangle3D(
  1171. rectangle,
  1172. ellipsoid,
  1173. extrudedHeight,
  1174. bottomBoundingSphere
  1175. );
  1176. boundingSphere = Transforms.BoundingSphere.union(topBS, bottomBS);
  1177. } else {
  1178. geometry = constructRectangle(rectangleGeometry, computedOptions);
  1179. geometry.attributes.position.values = PolygonPipeline.PolygonPipeline.scaleToGeodeticHeight(
  1180. geometry.attributes.position.values,
  1181. surfaceHeight,
  1182. ellipsoid,
  1183. false
  1184. );
  1185. if (when.defined(rectangleGeometry._offsetAttribute)) {
  1186. var length = geometry.attributes.position.values.length;
  1187. var applyOffset = new Uint8Array(length / 3);
  1188. var offsetValue =
  1189. rectangleGeometry._offsetAttribute === GeometryOffsetAttribute.GeometryOffsetAttribute.NONE
  1190. ? 0
  1191. : 1;
  1192. GeometryOffsetAttribute.arrayFill(applyOffset, offsetValue);
  1193. geometry.attributes.applyOffset = new GeometryAttribute.GeometryAttribute({
  1194. componentDatatype: ComponentDatatype.ComponentDatatype.UNSIGNED_BYTE,
  1195. componentsPerAttribute: 1,
  1196. values: applyOffset,
  1197. });
  1198. }
  1199. boundingSphere = Transforms.BoundingSphere.fromRectangle3D(
  1200. rectangle,
  1201. ellipsoid,
  1202. surfaceHeight
  1203. );
  1204. }
  1205. if (!vertexFormat.position) {
  1206. delete geometry.attributes.position;
  1207. }
  1208. return new GeometryAttribute.Geometry({
  1209. attributes: geometry.attributes,
  1210. indices: geometry.indices,
  1211. primitiveType: geometry.primitiveType,
  1212. boundingSphere: boundingSphere,
  1213. offsetAttribute: rectangleGeometry._offsetAttribute,
  1214. });
  1215. };
  1216. /**
  1217. * @private
  1218. */
  1219. RectangleGeometry.createShadowVolume = function (
  1220. rectangleGeometry,
  1221. minHeightFunc,
  1222. maxHeightFunc
  1223. ) {
  1224. var granularity = rectangleGeometry._granularity;
  1225. var ellipsoid = rectangleGeometry._ellipsoid;
  1226. var minHeight = minHeightFunc(granularity, ellipsoid);
  1227. var maxHeight = maxHeightFunc(granularity, ellipsoid);
  1228. return new RectangleGeometry({
  1229. rectangle: rectangleGeometry._rectangle,
  1230. rotation: rectangleGeometry._rotation,
  1231. ellipsoid: ellipsoid,
  1232. stRotation: rectangleGeometry._stRotation,
  1233. granularity: granularity,
  1234. extrudedHeight: maxHeight,
  1235. height: minHeight,
  1236. vertexFormat: VertexFormat.VertexFormat.POSITION_ONLY,
  1237. shadowVolume: true,
  1238. });
  1239. };
  1240. var unrotatedTextureRectangleScratch = new Cartesian2.Rectangle();
  1241. var points2DScratch = [new Cartesian2.Cartesian2(), new Cartesian2.Cartesian2(), new Cartesian2.Cartesian2()];
  1242. var rotation2DScratch = new GeometryAttribute.Matrix2();
  1243. var rectangleCenterScratch = new Cartesian2.Cartographic();
  1244. function textureCoordinateRotationPoints(rectangleGeometry) {
  1245. if (rectangleGeometry._stRotation === 0.0) {
  1246. return [0, 0, 0, 1, 1, 0];
  1247. }
  1248. var rectangle = Cartesian2.Rectangle.clone(
  1249. rectangleGeometry._rectangle,
  1250. unrotatedTextureRectangleScratch
  1251. );
  1252. var granularity = rectangleGeometry._granularity;
  1253. var ellipsoid = rectangleGeometry._ellipsoid;
  1254. // Rotate to align the texture coordinates with ENU
  1255. var rotation = rectangleGeometry._rotation - rectangleGeometry._stRotation;
  1256. var unrotatedTextureRectangle = computeRectangle(
  1257. rectangle,
  1258. granularity,
  1259. rotation,
  1260. ellipsoid,
  1261. unrotatedTextureRectangleScratch
  1262. );
  1263. // Assume a computed "east-north" texture coordinate system based on spherical or planar tricks, bounded by `boundingRectangle`.
  1264. // The "desired" texture coordinate system forms an oriented rectangle (un-oriented computed) around the geometry that completely and tightly bounds it.
  1265. // We want to map from the "east-north" texture coordinate system into the "desired" system using a pair of lines (analagous planes in 2D)
  1266. // Compute 3 corners of the "desired" texture coordinate system in "east-north" texture space by the following in cartographic space:
  1267. // - rotate 3 of the corners in unrotatedTextureRectangle by stRotation around the center of the bounding rectangle
  1268. // - apply the "east-north" system's normalization formula to the rotated cartographics, even though this is likely to produce values outside [0-1].
  1269. // This gives us a set of points in the "east-north" texture coordinate system that can be used to map "east-north" texture coordinates to "desired."
  1270. var points2D = points2DScratch;
  1271. points2D[0].x = unrotatedTextureRectangle.west;
  1272. points2D[0].y = unrotatedTextureRectangle.south;
  1273. points2D[1].x = unrotatedTextureRectangle.west;
  1274. points2D[1].y = unrotatedTextureRectangle.north;
  1275. points2D[2].x = unrotatedTextureRectangle.east;
  1276. points2D[2].y = unrotatedTextureRectangle.south;
  1277. var boundingRectangle = rectangleGeometry.rectangle;
  1278. var toDesiredInComputed = GeometryAttribute.Matrix2.fromRotation(
  1279. rectangleGeometry._stRotation,
  1280. rotation2DScratch
  1281. );
  1282. var boundingRectangleCenter = Cartesian2.Rectangle.center(
  1283. boundingRectangle,
  1284. rectangleCenterScratch
  1285. );
  1286. for (var i = 0; i < 3; ++i) {
  1287. var point2D = points2D[i];
  1288. point2D.x -= boundingRectangleCenter.longitude;
  1289. point2D.y -= boundingRectangleCenter.latitude;
  1290. GeometryAttribute.Matrix2.multiplyByVector(toDesiredInComputed, point2D, point2D);
  1291. point2D.x += boundingRectangleCenter.longitude;
  1292. point2D.y += boundingRectangleCenter.latitude;
  1293. // Convert point into east-north texture coordinate space
  1294. point2D.x = (point2D.x - boundingRectangle.west) / boundingRectangle.width;
  1295. point2D.y =
  1296. (point2D.y - boundingRectangle.south) / boundingRectangle.height;
  1297. }
  1298. var minXYCorner = points2D[0];
  1299. var maxYCorner = points2D[1];
  1300. var maxXCorner = points2D[2];
  1301. var result = new Array(6);
  1302. Cartesian2.Cartesian2.pack(minXYCorner, result);
  1303. Cartesian2.Cartesian2.pack(maxYCorner, result, 2);
  1304. Cartesian2.Cartesian2.pack(maxXCorner, result, 4);
  1305. return result;
  1306. }
  1307. Object.defineProperties(RectangleGeometry.prototype, {
  1308. /**
  1309. * @private
  1310. */
  1311. rectangle: {
  1312. get: function () {
  1313. if (!when.defined(this._rotatedRectangle)) {
  1314. this._rotatedRectangle = computeRectangle(
  1315. this._rectangle,
  1316. this._granularity,
  1317. this._rotation,
  1318. this._ellipsoid
  1319. );
  1320. }
  1321. return this._rotatedRectangle;
  1322. },
  1323. },
  1324. /**
  1325. * For remapping texture coordinates when rendering RectangleGeometries as GroundPrimitives.
  1326. * This version permits skew in textures by computing offsets directly in cartographic space and
  1327. * more accurately approximates rendering RectangleGeometries with height as standard Primitives.
  1328. * @see Geometry#_textureCoordinateRotationPoints
  1329. * @private
  1330. */
  1331. textureCoordinateRotationPoints: {
  1332. get: function () {
  1333. if (!when.defined(this._textureCoordinateRotationPoints)) {
  1334. this._textureCoordinateRotationPoints = textureCoordinateRotationPoints(
  1335. this
  1336. );
  1337. }
  1338. return this._textureCoordinateRotationPoints;
  1339. },
  1340. },
  1341. });
  1342. function createRectangleGeometry(rectangleGeometry, offset) {
  1343. if (when.defined(offset)) {
  1344. rectangleGeometry = RectangleGeometry.unpack(rectangleGeometry, offset);
  1345. }
  1346. rectangleGeometry._ellipsoid = Cartesian2.Ellipsoid.clone(rectangleGeometry._ellipsoid);
  1347. rectangleGeometry._rectangle = Cartesian2.Rectangle.clone(rectangleGeometry._rectangle);
  1348. return RectangleGeometry.createGeometry(rectangleGeometry);
  1349. }
  1350. return createRectangleGeometry;
  1351. });
  1352. //# sourceMappingURL=createRectangleGeometry.js.map