ogre-pagedgeometry icon indicating copy to clipboard operation
ogre-pagedgeometry copied to clipboard

Scale has no effect

Open Belsnickle opened this issue 6 years ago • 0 comments
trafficstars

		scale = Ogre::Math::RangeRandom(10000, 100000);

		treeLoader->addTree(myEntity, position, yaw, scale);

From sample one when changing the random range of the scale variable it has no effect.

Belsnickle avatar Feb 24 '19 01:02 Belsnickle