mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
102.76k stars 35.38k forks source link

getting slow FPS for terrain with whole map coverage #408

Closed bingomanatee closed 13 years ago

bingomanatee commented 13 years ago

https://img.skitch.com/20110806-j9faica76rwdfx5fssftu161ux.jpg

I have a 128 x 128 map of the whole terrain - it is rendering very slowly (1-2 FPS).

Is there any reccommendation for speeding up "whole terrain" material?

Thanks, Dave

mrdoob commented 13 years ago

Are you using CanvasRenderer or WebGLRenderer?

bingomanatee commented 13 years ago

sorry - canvas - sped up nicely under webgl :D