Skip to content

Instantly share code, notes, and snippets.

View kostar111's full-sized avatar

Célian kostar111

  • Belfort, France
View GitHub Profile
@kostar111
kostar111 / createGround.js
Created March 4, 2014 10:01
A new createGround function for Babylon.js
/**
* createGround()
* - name : Name of the new Ground
* - width : Width of the new Ground
* - height : Height of the new Ground
* - w_subdivisions : Number of Width's subdivisions in the new Ground
* - h_subdivisions : Number of Height's subdivisions in the new Ground
* - scene : Scene which contain the new Ground
* - updatable :
*