Comparing version 0.0.28 to 0.0.29
// Generated by CoffeeScript 1.9.2 | ||
/*! Oo3d 0.0.28 //// MIT Licence //// http://oo3d.richplastow.com/ */ | ||
/*! Oo3d 0.0.29 //// MIT Licence //// http://oo3d.richplastow.com/ */ | ||
@@ -12,3 +12,3 @@ (function() { | ||
ªV = '0.0.28'; | ||
ªV = '0.0.29'; | ||
@@ -620,2 +620,16 @@ ªA = 'array'; | ||
Main.prototype.getItemInfo = function(itemI) { | ||
var flipX, flipY, flipZ, item; | ||
item = this.items[itemI]; | ||
flipX = 0 === item.sX ? 0 : 0 > item.sX ? '-' : '+'; | ||
flipY = 0 === item.sY ? 0 : 0 > item.sY ? '-' : '+'; | ||
flipZ = 0 === item.sZ ? 0 : 0 > item.sZ ? '-' : '+'; | ||
return { | ||
flipX: flipX, | ||
flipY: flipY, | ||
flipZ: flipZ, | ||
flips: "" + flipX + flipY + flipZ | ||
}; | ||
}; | ||
Main.prototype.render = function() { | ||
@@ -622,0 +636,0 @@ var j, layer, len, ref, results; |
// Generated by CoffeeScript 1.9.2 | ||
/*! Oo3d 0.0.28 //// MIT Licence //// http://oo3d.richplastow.com/ */ | ||
/*! Oo3d 0.0.29 //// MIT Licence //// http://oo3d.richplastow.com/ */ | ||
@@ -13,3 +13,3 @@ (function() { | ||
ªV = '0.0.28'; | ||
ªV = '0.0.29'; | ||
@@ -621,2 +621,16 @@ ªA = 'array'; | ||
Main.prototype.getItemInfo = function(itemI) { | ||
var flipX, flipY, flipZ, item; | ||
item = this.items[itemI]; | ||
flipX = 0 === item.sX ? 0 : 0 > item.sX ? '-' : '+'; | ||
flipY = 0 === item.sY ? 0 : 0 > item.sY ? '-' : '+'; | ||
flipZ = 0 === item.sZ ? 0 : 0 > item.sZ ? '-' : '+'; | ||
return { | ||
flipX: flipX, | ||
flipY: flipY, | ||
flipZ: flipZ, | ||
flips: "" + flipX + flipY + flipZ | ||
}; | ||
}; | ||
Main.prototype.render = function() { | ||
@@ -623,0 +637,0 @@ var j, layer, len, ref, results; |
{ | ||
"name": "oo3d", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "The Oopish WebGL engine", | ||
@@ -5,0 +5,0 @@ "main": "build/oo3d.js", |
@@ -9,2 +9,3 @@ Oo3d | ||
- [Documentation](http://oo3d.richplastow.com/#/doc/documentation) | ||
- [Usage](http://oo3d.richplastow.com/#/doc/usage) | ||
- [Test](http://oo3d.richplastow.com/test/run-test.html) | ||
@@ -15,6 +16,1 @@ - [NPM Package](https://www.npmjs.com/package/oo3d) | ||
#### Usage | ||
1. [Basic Usage](http://oo3d.richplastow.com/usage/01-basic-usage.html) | ||
2. [Basic Picker](http://oo3d.richplastow.com/usage/02-basic-picker.html) | ||
3. [Pick Transform](http://oo3d.richplastow.com/usage/03-pick-transform.html) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
233323
34
2506
15