Three.js 3D rendering library for javascript #gamedev #game-engine #rendering #javascript

Daniel 52af6a4de4 Replaced CmdToggleBoolean with CmdSetValue 10 gadi atpakaļ
build 26f31198af Updated builds. 10 gadi atpakaļ
docs 2324c4e8c6 Merge pull request #7064 from jee7/master 10 gadi atpakaļ
editor 52af6a4de4 Replaced CmdToggleBoolean with CmdSetValue 10 gadi atpakaļ
examples 472ed080fc Merged changes from master- into dev-branch #17 10 gadi atpakaļ
src b9a2372f23 DataTexture clean up. 10 gadi atpakaļ
test 1591d5853f added test for CmdSetMaterialValue 10 gadi atpakaļ
utils 0dbd4b3ae8 Removed IndexBufferAttribute. Promoted index attribute to BufferGeometry. Maybe .addIndices() instead? 10 gadi atpakaļ
.gitignore 472ed080fc Merged changes from master- into dev-branch #17 10 gadi atpakaļ
.npmignore 99d4757bd4 Add NPM support 10 gadi atpakaļ
CONTRIBUTING.md 4f903eab24 CONTRIBUTING: Smaller font size for message. 11 gadi atpakaļ
LICENSE c12770459e change *copy; to © 10 gadi atpakaļ
README.md 509c2cc356 Updated README 10 gadi atpakaļ
bower.json 94b0ae1f47 Remove moot `version` property from bower.json dev branch 10 gadi atpakaļ
package.json faa8745f58 Add unit tests 10 gadi atpakaļ

README.md

Undo/Redo for three.js-editor

Goals of this project

The main objective of this project is to bring undo/redo functionality to the three.js-editor.

Other goals include:

  • Preserving the Undo/Redo-history across a browser refresh
  • Providing test cases for the added functionality
  • Providing the user with a visual representation of the Undo/Redo history
  • Providing documentation for the community on how to make additional functionality un-/redoable

Project Page

Live-Demo (editor-only)

Testlab

The project is developed by lxxxvi and dforrer.

And here is the link to the forked repository maintained by mrdoob.