|
@@ -39614,7 +39614,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
*/
|
|
|
// Not mixed with Version for tooling purpose.
|
|
|
get: function () {
|
|
|
- return "babylonjs@4.1.0-beta.15";
|
|
|
+ return "babylonjs@4.1.0-beta.16";
|
|
|
},
|
|
|
enumerable: true,
|
|
|
configurable: true
|
|
@@ -39624,7 +39624,7 @@ var ThinEngine = /** @class */ (function () {
|
|
|
* Returns the current version of the framework
|
|
|
*/
|
|
|
get: function () {
|
|
|
- return "4.1.0-beta.15";
|
|
|
+ return "4.1.0-beta.16";
|
|
|
},
|
|
|
enumerable: true,
|
|
|
configurable: true
|
|
@@ -71208,7 +71208,7 @@ var SimplexPerlin3DBlock = /** @class */ (function (_super) {
|
|
|
functionString += " kernel_weights = kernel_weights*kernel_weights*kernel_weights;\r\n";
|
|
|
functionString += " return dot( kernel_weights, grad_results ) * FINAL_NORMALIZATION;\r\n";
|
|
|
functionString += "}\r\n";
|
|
|
- state._emitFunction('SimplexPerlin3D', functionString, 'SimplexPerlin3D');
|
|
|
+ state._emitFunction('SimplexPerlin3D', functionString, '// SimplexPerlin3D');
|
|
|
state.compilationString += this._declareOutput(this._outputs[0], state) + (" = SimplexPerlin3D(" + this.seed.associatedVariableName + ");\r\n");
|
|
|
return this;
|
|
|
};
|
|
@@ -72711,7 +72711,7 @@ var WorleyNoise3DBlock = /** @class */ (function (_super) {
|
|
|
functionString += " d11.y = min(d11.y,d11.z); // Done! (Phew!)\r\n";
|
|
|
functionString += " return sqrt(d11.xy); // F1, F2\r\n";
|
|
|
functionString += "}\r\n\r\n";
|
|
|
- state._emitFunction('worley3D', functionString, 'worley3D');
|
|
|
+ state._emitFunction('worley3D', functionString, '// Worley3D');
|
|
|
state.compilationString += this._declareOutput(this._outputs[0], state) + (" = worley(" + this.seed.associatedVariableName + ", " + this.jitter.associatedVariableName + ", " + this.manhattanDistance + ");\r\n");
|
|
|
return this;
|
|
|
};
|