Can we create realistic trees with textures in threejs?

you can model trees but poly count will move up quickly if you want to be realistic, and of course you probably need lots of trees and lots of variation. a bunch of cleverly designed low poly trees + instancing could get you somewhere with some corners cut. otherwise you can use sprites or impostors. for instance in this thread there’s a really good looking tree scene (2nd post) About dynamic imposters by @Fyrestar

1 Like