Sha256: 9bdd656af56ba67326fac701c23b79d187d9c9bc3f61e897f2c54d4f0c481003

Contents?: true

Size: 1.53 KB

Versions: 4

Compression:

Stored size: 1.53 KB

Contents

o: ActiveSupport::Cache::Entry	:@compressedF:@expires_in0:@created_atf1380709792.224183:@value"�{I"
class:ETI"BundledAsset;FI"logical_path;TI"Core/WindingOrder.js;TI"
pathname;TI"R/Users/bogumil/www/engines/cesium/app/assets/javascripts/Core/WindingOrder.js;FI"content_type;TI"application/javascript;TI"
mtime;TI"2013-10-02T12:16:28+02:00;TI"length;Ti�I"digest;TI"%dcc66ec7846bf8b725a5b6751bd77681;FI"source;TI"�/*global define*/

define(['Core/Enumeration'], function(Enumeration) {
    "use strict";

    /**
     * DOC_TBA
     *
     * @exports WindingOrder
     */
    var WindingOrder = {
        /**
         * DOC_TBA
         *
         * @type {Enumeration}
         * @constant
         * @default 0x0900
         */
        CLOCKWISE : new Enumeration(0x0900, 'CLOCKWISE'), // WebGL: CW
        /**
         * DOC_TBA
         *
         * @type {Enumeration}
         * @constant
         * @default 0x901
         */
        COUNTER_CLOCKWISE : new Enumeration(0x0901, 'COUNTER_CLOCKWISE'), // WebGL CCW

        /**
         * DOC_TBA
         *
         * @param {WindingOrder} windingOrder
         *
         * @returns {Boolean}
         */
        validate : function(windingOrder) {
            return ((windingOrder === WindingOrder.CLOCKWISE) ||
                    (windingOrder === WindingOrder.COUNTER_CLOCKWISE));
        }
    };

    return WindingOrder;
});
;TI"required_assets_digest;TI"%a974bfcbe6a420389a22386bcd5e9551;FI"
_version;TI"%6776f581a4329e299531e1d52aa59832;F

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cesium-0.25.0 test/dummy/tmp/cache/assets/CF0/E10/sprockets%2F64e45655c03582eafed52f9d938b2970
cesium-0.24.1 test/dummy/tmp/cache/assets/CF0/E10/sprockets%2F64e45655c03582eafed52f9d938b2970
cesium-0.21.1 test/dummy/tmp/cache/assets/CF0/E10/sprockets%2F64e45655c03582eafed52f9d938b2970
cesium-0.21 test/dummy/tmp/cache/assets/CF0/E10/sprockets%2F64e45655c03582eafed52f9d938b2970