babylon-voxel-snow

1.0.3 • Public • Published

Babylon Voxel Snow

Voxel snow for Babylon.js

Let it snow in Babylon.js.

Best when used with Noa-Engine.

Example

let snow = require('babylon-voxel-snow')({
  	// Pass it a copy of the Babylon scene
	scene: scene,

	// Texture of the snowflake
	snow_texture: 'textures/snowflake.png',

	// Capacity of snow produced
	snow_count: 20000,

	// Speed at which the snow falls
	snow_speed: 0.020,

	// Rate at which the snow is created
	snow_rate: 700,
});


// Let it snow!
snow.start();

// Let it stop!
snow.stop();

Later you can access the Babylon particle system directly:

snow.get_particle_system();

Run the Example

  1. git clone git://github.com/Nesh108/babylon-voxel-snow && cd babylon-voxel-snow
  2. npm install
  3. npm start

Install

With npm do:

npm install --save babylon-voxel-snow

Release History

  • 1.0.0 - initial release

License

Credit to: http://webglworkshop.com/12/Babylon.pdf

Copyright (c) 2017 Nesh108

Licensed under the MIT license.

Package Sidebar

Install

npm i babylon-voxel-snow

Weekly Downloads

1

Version

1.0.3

License

none

Last publish

Collaborators

  • nesh108