EventHorizon.Blazor.TypeScript.Interop.Generator icon indicating copy to clipboard operation
EventHorizon.Blazor.TypeScript.Interop.Generator copied to clipboard

Extension generation

Open QadiymStewart opened this issue 4 months ago • 0 comments

How do you include babylonJS extension to be genetated

Can you help me recreate this https://playground.babylonjs.com/#2KKVBH

From the docs https://doc.babylonjs.com/toolsAndResources/assetLibraries/materialsLibrary/gridMat

Using the Grid material

As the grid material is a babylonJS extension, it is not included in the main babylon.js file. In order to use the material, please download and reference the extension from the cdn using babylon.gridMaterial.js or its minified version babylon.gridMaterial.min.js.

QadiymStewart avatar Oct 26 '24 18:10 QadiymStewart