repoFacepunch.WebGamecancel

34 Commits over 334 Days - 0.00cph!

6 Years Ago
Added a warning when texture info is missing
6 Years Ago
Revert "Temporary workaround for chrome bug 781182" This reverts commit 69f0f399e24738c79c00d0468701b56a35686c00.
6 Years Ago
Removed unused field
6 Years Ago
Temporary workaround for chrome bug 781182
6 Years Ago
Changed how debug line progress is given
6 Years Ago
Working on dynamic materials Dynamic materials are working Fixed error in FireFox on click
6 Years Ago
Dynamic materials are working
6 Years Ago
Working on dynamic materials
6 Years Ago
Debug lines can now be animated
6 Years Ago
Fixed debug line rendering
6 Years Ago
Working on debug line rendering
6 Years Ago
Started experimenting with WebGL 2 support
6 Years Ago
Cursor now only locks when clicking on the canvas
6 Years Ago
Better implementation of Material.clone()
6 Years Ago
Added Material.clone()
6 Years Ago
Fixed some issues with animated textures
6 Years Ago
Added support for animated textures
6 Years Ago
Fixed ComposeFrame on fragments where nothing was written Merge branch 'master' of Facepunch.WebGame
6 Years Ago
Input changes
7 Years Ago
More work on shadows
7 Years Ago
More shadow work
7 Years Ago
Refactor of WIP shadows
7 Years Ago
Started work on cascaded shadow mapping
7 Years Ago
Got rid of pooling
7 Years Ago
Added Camera.onPopulateDrawList()
7 Years Ago
Added Quaternion.setInverse(), setNormalized()
7 Years Ago
Added Vector4.applyQuaternion
7 Years Ago
Added OrthographicCamera
7 Years Ago
Fixed progress not being called for Http.getJson
7 Years Ago
Added getLoadProgress() to ILoadable and ILoader
7 Years Ago
Added optional progress callbacks to Http get requests
7 Years Ago
Fixed MeshManager.copyElement()
7 Years Ago
MeshManager.copyElement now works with any combination of src / dst attributes
7 Years Ago
Added MeshManager.createEmpty() and MeshManager.copyElement()