javascript - Use GeometryUtils.merge on several Line objects in THREE.js -


i want merge several thousands of line objects single geometry geometryutils.merge reduce lag, doesn't seem work on line objects. possible? technical mind says need redefine line is.

yes. have manually.

three.js r.58


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -