Skip to content

Commit

Permalink
Associated with #6012
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Jun 24, 2019
1 parent fcf04f2 commit f66ee9d
Show file tree
Hide file tree
Showing 52 changed files with 418 additions and 281 deletions.
1 change: 1 addition & 0 deletions Playground/babylon.d.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50777,6 +50777,7 @@ declare module BABYLON {
*/
wellKnownValue: Nullable<NodeMaterialWellKnownValues>;
private _getTypeLength;
canConnectTo(connectionPoint: NodeMaterialConnectionPoint): boolean;
/**
* Connect this point to another connection point
* @param connectionPoint defines the other connection point
Expand Down
1 change: 1 addition & 0 deletions dist/preview release/babylon.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51577,6 +51577,7 @@ declare module BABYLON {
*/
wellKnownValue: Nullable<NodeMaterialWellKnownValues>;
private _getTypeLength;
canConnectTo(connectionPoint: NodeMaterialConnectionPoint): boolean;
/**
* Connect this point to another connection point
* @param connectionPoint defines the other connection point
Expand Down
2 changes: 1 addition & 1 deletion dist/preview release/babylon.js

Large diffs are not rendered by default.

86 changes: 45 additions & 41 deletions dist/preview release/babylon.max.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/preview release/babylon.max.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/preview release/babylon.module.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53875,6 +53875,7 @@ declare module "babylonjs/Materials/Node/nodeMaterialBlockConnectionPoint" {
*/
wellKnownValue: Nullable<NodeMaterialWellKnownValues>;
private _getTypeLength;
canConnectTo(connectionPoint: NodeMaterialConnectionPoint): boolean;
/**
* Connect this point to another connection point
* @param connectionPoint defines the other connection point
Expand Down Expand Up @@ -114616,6 +114617,7 @@ declare module BABYLON {
*/
wellKnownValue: Nullable<NodeMaterialWellKnownValues>;
private _getTypeLength;
canConnectTo(connectionPoint: NodeMaterialConnectionPoint): boolean;
/**
* Connect this point to another connection point
* @param connectionPoint defines the other connection point
Expand Down
1 change: 1 addition & 0 deletions dist/preview release/documentation.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51577,6 +51577,7 @@ declare module BABYLON {
*/
wellKnownValue: Nullable<NodeMaterialWellKnownValues>;
private _getTypeLength;
canConnectTo(connectionPoint: NodeMaterialConnectionPoint): boolean;
/**
* Connect this point to another connection point
* @param connectionPoint defines the other connection point
Expand Down
12 changes: 6 additions & 6 deletions dist/preview release/materialsLibrary/babylon.cellMaterial.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dist/preview release/materialsLibrary/babylon.customMaterial.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/preview release/materialsLibrary/babylon.fireMaterial.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/preview release/materialsLibrary/babylon.furMaterial.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit f66ee9d

Please sign in to comment.