Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dominicrico
/
three.js
Public
forked from
mrdoob/three.js
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
three.js
test
unit
on
master
User selector
All users
All time
Commit history
Commits on Dec 5, 2017
Merge pull request #12778 from OndrejSpanel/unitTestFixes
Show description for 17452bb
mrdoob
authored
17452bb
View commit details
Copy full SHA for 17452bb
View code at this point
Browse repository at this point
Commits on Dec 4, 2017
Fixed: wrong parameters passed to Tetrahedron constructors.
OndrejSpanel
committed
2857b0b
View commit details
Copy full SHA for 2857b0b
View code at this point
Browse repository at this point
Fixed "ok" parameters: comma used instead of &&.
OndrejSpanel
committed
6c3d1e9
View commit details
Copy full SHA for 6c3d1e9
View code at this point
Browse repository at this point
Fixed "new InterleavedBuffer" parameters: stride was passed to Float32Array instead of InterleavedBuffer.
OndrejSpanel
committed
16631c7
View commit details
Copy full SHA for 16631c7
View code at this point
Browse repository at this point
Merge pull request #12780 from OndrejSpanel/animationTestFix
Show description for e844e09
mrdoob
authored
e844e09
View commit details
Copy full SHA for e844e09
View code at this point
Browse repository at this point
Commits on Dec 2, 2017
Removed trow assertions from tests instead of adding throws to source (as requested).
OndrejSpanel
committed
7aadbda
View commit details
Copy full SHA for 7aadbda
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
Merge pull request #12781 from OndrejSpanel/fixGeometryTests
Show description for 44a1a25
mrdoob
authored
44a1a25
View commit details
Copy full SHA for 44a1a25
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
Fix import spacing as requested in #12781
OndrejSpanel
committed
0ed66f0
View commit details
Copy full SHA for 0ed66f0
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Testing copy into itself does not seem very robust, wrongly implemented copy (some fields missing) would pass.
OndrejSpanel
committed
5a6acb6
View commit details
Copy full SHA for 5a6acb6
View code at this point
Browse repository at this point
Fix intersect test parameters to translate.
OndrejSpanel
committed
1ef8062
View commit details
Copy full SHA for 1ef8062
View code at this point
Browse repository at this point
Fix parameters of Quaternion.setFromEuler and Matrix4.makeRotationFromEuler, throw on old parameters use.
OndrejSpanel
committed
76b2ff4
View commit details
Copy full SHA for 76b2ff4
View code at this point
Browse repository at this point
Fixed:
Show description for 9f14c6f
OndrejSpanel
committed
9f14c6f
View commit details
Copy full SHA for 9f14c6f
View code at this point
Browse repository at this point
Fixed code formatting issues according to Three.js repository requirements.
OndrejSpanel
committed
88f0a53
View commit details
Copy full SHA for 88f0a53
View code at this point
Browse repository at this point
Provide shape necessary for ShapeGeometry.
OndrejSpanel
committed
e1174d3
View commit details
Copy full SHA for e1174d3
View code at this point
Browse repository at this point
Provide vertices and indices necessary for PolyhedronGeometry.
OndrejSpanel
committed
36271fe
View commit details
Copy full SHA for 36271fe
View code at this point
Browse repository at this point
Provide path necessary for TubeGeometry tests.
OndrejSpanel
committed
58f9d1b
View commit details
Copy full SHA for 58f9d1b
View code at this point
Browse repository at this point
Light tests failing because of assert not passed into runStdLightTests.
OndrejSpanel
committed
3ea35e1
View commit details
Copy full SHA for 3ea35e1
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
Tests: Unmark TODO modules.
donmccurdy
committed
3f3d515
View commit details
Copy full SHA for 3f3d515
View code at this point
Browse repository at this point
Tests: Mark tests in TODO modules.
donmccurdy
committed
cd52b92
View commit details
Copy full SHA for cd52b92
View code at this point
Browse repository at this point
Tests: Put TODOs on tests, not modules.
donmccurdy
committed
1091239
View commit details
Copy full SHA for 1091239
View code at this point
Browse repository at this point
PropertyBinding: Organize TODO tests.
donmccurdy
committed
755e516
View commit details
Copy full SHA for 755e516
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
WebVRManager: Removed standing and standingMatrix*.
mrdoob
committed
a3f33be
View commit details
Copy full SHA for a3f33be
View code at this point
Browse repository at this point
Removed unit builds.
mrdoob
committed
0dbc266
View commit details
Copy full SHA for 0dbc266
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Merge pull request #12584 from Itee/KeyFrameTrack
Show description for ce31424
mrdoob
authored
ce31424
View commit details
Copy full SHA for ce31424
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
Remove reference of KeyframeTrackConstructor and KeyframeTrackPrototype in unit test
Tristan VALCKE
committed
59e611b
View commit details
Copy full SHA for 59e611b
View code at this point
Browse repository at this point
Path: Removed PathPrototype
Mugen87
committed
c648461
View commit details
Copy full SHA for c648461
View code at this point
Browse repository at this point
Commits on Oct 31, 2017
Rebuild source unit tests
Tristan VALCKE
committed
d75c058
View commit details
Copy full SHA for d75c058
View code at this point
Browse repository at this point
Add missings async assert timeout
Tristan VALCKE
committed
d58163a
View commit details
Copy full SHA for d58163a
View code at this point
Browse repository at this point
Build unit tests
Tristan VALCKE
committed
59111f1
View commit details
Copy full SHA for 59111f1
View code at this point
Browse repository at this point
Add unit test html views
Tristan VALCKE
committed
65995ab
View commit details
Copy full SHA for 65995ab
View code at this point
Browse repository at this point
Add unit tests utils
Tristan VALCKE
committed
bb6a1aa
View commit details
Copy full SHA for bb6a1aa
View code at this point
Browse repository at this point
Add mains unit test files and associated builds with rollup
Tristan VALCKE
committed
0d9a07a
View commit details
Copy full SHA for 0d9a07a
View code at this point
Browse repository at this point
Add root src folder es6 unit tests
Tristan VALCKE
committed
e0187a1
View commit details
Copy full SHA for e0187a1
View code at this point
Browse repository at this point
Add textures es6 unit tests
Tristan VALCKE
committed
7011e96
View commit details
Copy full SHA for 7011e96
View code at this point
Browse repository at this point
Add scenes es6 unit tests
Tristan VALCKE
committed
5203746
View commit details
Copy full SHA for 5203746
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.