Skip to content

Commit 2e34d8e

Browse files
committed
Fix typo: Perhapas --> Perhaps
1 parent d23fdfa commit 2e34d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDEAS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ Issues
3535
-------
3636
* A lot of wasteful processing occurs due to using a normal Mesh + Geometry + ShaderMaterial. None of the built-in three.js lighting / normals / stuff works on it. Should explore BufferGeometry instead and save lots of wasteful processing.
3737
* Need to replace ArrowHead with ArrowHeads, it's too slow for massive vector fields
38-
* The Director's rollback generator mangles complicated set/animate combinations. Need to figure out a better way to do this. Perhapas just replying it in reverse at high speed is a better solution than the current one where it tries to do it everything at once.
38+
* The Director's rollback generator mangles complicated set/animate combinations. Need to figure out a better way to do this. Perhaps just replying it in reverse at high speed is a better solution than the current one where it tries to do it everything at once.
3939
* The current approach of on-demand allocation tends to create hiccups if a lot of objects are added simultaneously. This can be hidden by waiting e.g. 100ms before moving anything and should ideally be done for you.

0 commit comments

Comments
 (0)