Simple Pine Tree Generator - Extension

Generated Tree

The function simplePineGenerator uses a tube to generate a tree.

It is based on playgrounds from this forum topic https://www.html5gamedevs.com/topic/21484-simple-pine-trees/

A demo can be found at: Simple Pine Tree Generator Example

How to use it.

Clone or copy the file https://github.com/BabylonJS/features/extensions/tree/master/TreeGenerators/SimplePineGenerator

call the function

var tree = simplePineGenerator(canopies, height, trunkMaterial, leafMaterial, scene);

Parameters

canopies - number of leaf sections.

height - height of tree.

trunkMaterial - material used for trunk.

leafMaterial - material for canopies.

scene - BABYLON scene.