0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 18 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #192 from johsin18/quaternion-fixes More... about 9 years ago
Merge pull request #194 from sourceassassine/master More... about 9 years ago
Fixed bug where getChildByName allways return null More... about 9 years ago
Merge pull request #191 from DanielJoyce/threedart_fixes_fmtd More... about 9 years ago
Fix Quaternion calls. More... about 9 years ago
Remove unused file quaternion.dart. More... about 9 years ago
Switched computeBoundingBox to use method specified in BoundingBox class More... about 9 years ago
Further fix to hemispherelight More... about 9 years ago
Ensure intensity set for hemispherelight More... about 9 years ago
Widen public interface of STLLoader so it can be subclassed and reused to load stls from other sources More... about 9 years ago
STLLoader wasn't returning ANYTHING due to lack of return statement. More... about 9 years ago
Fix slight typo More... about 9 years ago
In certain builds of dartium or certain use cases, we get back a bytebuffer instead of a uint8list, so here we do some coversion work to make sure it works. More... about 9 years ago
Render targets are not booleans, this will not work in Dart. Fixed More... about 9 years ago
Use better typing More... about 9 years ago
Fixed up render target dealloc More... about 9 years ago
Fix use of Quaternions More... about 9 years ago
Remove TODO, dart implicitly calls no arg constructor of parent class More... about 9 years ago
More cleanup, properly use constructors More... about 9 years ago
Fix up fog classes More... about 9 years ago
Merge pull request #186 from johsin18/various-fixes-5 More... about 9 years ago
Fix HSL colors to use doubles. More... about 9 years ago
Fix return type of GeometryUtils.center. More... about 9 years ago
Fix FontUtils.generateShapes. More... about 9 years ago
Accept num instead of double in several places. More... about 9 years ago
Fix BufferGeometry. More... about 9 years ago
Fix examples for controls. More... about 9 years ago
Make code nicer. More... about 9 years ago
Remove unused imports. More... about 9 years ago
Fix some obvious bugs. More... about 9 years ago