Sha256: cf28a240d2592ad4fda9b2c1bb32b917f515694acd9bada82bc8d7cdb4aef8ca
Contents?: true
Size: 247 Bytes
Versions: 9
Compression:
Stored size: 247 Bytes
Contents
Jax.Core.Face = Jax.Class.create({ initialize: function(vertexIndices) { if (arguments.length > 1) this.vertexIndices = vec3.create(arguments); else if (vertexIndices) this.vertexIndices = vec3.create(vertexIndices); } });
Version data entries
9 entries across 9 versions & 1 rubygems