terrainAttributeLocations.js 155 B

12345678
  1. /*global define*/
  2. define(function() {
  3. "use strict";
  4. return {
  5. position3DAndHeight : 0,
  6. textureCoordAndEncodedNormals : 1
  7. };
  8. });