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 }}
fullstackdave
/
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
utils
on
dev
User selector
All users
All time
Commit history
Commits on Feb 3, 2017
Merge pull request #10581 from Sebasdc/export_double_sided_attribute
Show description for ad48200
mrdoob
authored
ad48200
View commit details
Copy full SHA for ad48200
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
added key in Constants that corresponds to data coming out of Blender; removed debug prints
phfatmonkey
committed
96f9ed2
View commit details
Copy full SHA for 96f9ed2
View code at this point
Browse repository at this point
Commits on Jan 20, 2017
Merge branch 'dev' into Blender_Exporter_Object_Export_with_Skinned_Mesh
phfatmonkey
committed
18aa80e
View commit details
Copy full SHA for 18aa80e
View code at this point
Browse repository at this point
exporter works with both JSON Loader and Object Loader; added comments for new method added;
phfatmonkey
committed
b36e16b
View commit details
Copy full SHA for b36e16b
View code at this point
Browse repository at this point
applied fix to buffergeometry methods
phfatmonkey
committed
53f0cf2
View commit details
Copy full SHA for 53f0cf2
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
verified that exporter works with all four cases: static meshes using JSONLoader and ObjectLoader and skinned meshes using JSONLoader and ObjectLoader
phfatmonkey
committed
5bb1510
View commit details
Copy full SHA for 5bb1510
View code at this point
Browse repository at this point
Commits on Jan 17, 2017
Loader.js loadTexture method looks for 'repeat' or 'mirror' strings but Blender JSON exporter write them as 'RepeatWrapping' and 'MirrorerRepeatWrapping'.
Show description for c878e57
Erman Geliboluoğlu
committed
c878e57
View commit details
Copy full SHA for c878e57
View code at this point
Browse repository at this point
Commits on Jan 15, 2017
Export doubleSided attribute
PolygonFox
committed
94cd77a
View commit details
Copy full SHA for 94cd77a
View code at this point
Browse repository at this point
Commits on Jan 14, 2017
works with skinned meshes with ObjectLoader and JSONLoader; Static Meshes with JSONLoader only
phfatmonkey
committed
ee26938
View commit details
Copy full SHA for ee26938
View code at this point
Browse repository at this point
Commits on Jan 12, 2017
Revert "immediately addresses skinned meshes exported in scene format (Object)"
Show description for 945239c
phfatmonkey
committed
945239c
View commit details
Copy full SHA for 945239c
View code at this point
Browse repository at this point
Commits on Jan 10, 2017
immediately addresses skinned meshes exported in scene format (Object)
phfatmonkey
committed
41aae6d
View commit details
Copy full SHA for 41aae6d
View code at this point
Browse repository at this point
Commits on Jan 8, 2017
bump_scale should return a float
PolygonFox
committed
de2f3de
View commit details
Copy full SHA for de2f3de
View code at this point
Browse repository at this point
Commits on Dec 21, 2016
Blender Exporter: Export Buffer Geometry by default.
mrdoob
committed
af9e259
View commit details
Copy full SHA for af9e259
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
Blender exporter: Fix reference to missing constant
Show description for 3e342c1
Simon Epskamp
committed
3e342c1
View commit details
Copy full SHA for 3e342c1
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
Blender Exporter: Refactored geometry.py
mrdoob
committed
767e68b
View commit details
Copy full SHA for 767e68b
View code at this point
Browse repository at this point
Blender Exporter: Fixed Indexed BufferGeometry exporting. Seems like this has been broken for a year... a4e892b5a34f7bda1f75c34d1a6a6227ba6cdcfd
mrdoob
committed
a8cc2a2
View commit details
Copy full SHA for a8cc2a2
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Arrange file modes : 755 => 644
Show description for 1d3022b
pjhjohn
committed
1d3022b
View commit details
Copy full SHA for 1d3022b
View code at this point
Browse repository at this point
Commits on Nov 17, 2016
Blender Exporter: Added missing constant. See #10158
mrdoob
committed
37dbb17
View commit details
Copy full SHA for 37dbb17
View code at this point
Browse repository at this point
Update mesh.py
Show description for e96d537
zydecode
authored
e96d537
View commit details
Copy full SHA for e96d537
View code at this point
Browse repository at this point
Update mesh.py
Show description for 1b4880d
zydecode
authored
1b4880d
View commit details
Copy full SHA for 1b4880d
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
Removed outdated codestyle util.
mrdoob
committed
0b86af3
View commit details
Copy full SHA for 0b86af3
View code at this point
Browse repository at this point
Commits on Nov 14, 2016
Add missing semicolon in simplehttpserver.js
Tristan VALCKE
committed
f787058
View commit details
Copy full SHA for f787058
View code at this point
Browse repository at this point
Fix missing shubang in codestyle.sh
Tristan VALCKE
committed
6b7f9af
View commit details
Copy full SHA for 6b7f9af
View code at this point
Browse repository at this point
Commits on Nov 9, 2016
Abelnation RectAreaLight with ltc approximation (#10041)
Show description for 346f38c
sam-g-steel
authored and
mrdoob
committed
346f38c
View commit details
Copy full SHA for 346f38c
View code at this point
Browse repository at this point
Commits on Sep 22, 2016
Improved build instructions.
mrdoob
authored
c1b8d4c
View commit details
Copy full SHA for c1b8d4c
View code at this point
Browse repository at this point
Commits on Sep 15, 2016
Made convert_to_threejs.py compatible with FBX SDK 2017.0.1 (#8914) (#9697)
Show description for 019d313
michaldybizbanski
authored and
mrdoob
committed
019d313
View commit details
Copy full SHA for 019d313
View code at this point
Browse repository at this point
Commits on Sep 2, 2016
Merge pull request #9614 from tschw/BlenderUUIDs
Show description for 7b39cf1
mrdoob
authored
7b39cf1
View commit details
Copy full SHA for 7b39cf1
View code at this point
Browse repository at this point
Blender: Let UUIDs be universally unique.
Show description for 34a9640
Tobias
committed
34a9640
View commit details
Copy full SHA for 34a9640
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
Updated to latest Closure Compiler.
mrdoob
committed
a3db6bd
View commit details
Copy full SHA for a3db6bd
View code at this point
Browse repository at this point
add build closure to make use off the closure compiler. (#9548)
Show description for eab23ba
gero3
authored and
mrdoob
committed
eab23ba
View commit details
Copy full SHA for eab23ba
View code at this point
Browse repository at this point
Commits on Aug 18, 2016
Blender Exporter: Custom Properties for Empty objects (#9202) (#9541)
json2d
authored and
mrdoob
committed
8f798a1
View commit details
Copy full SHA for 8f798a1
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
fix bug where converter broke when flattening fbx models (#9380)
asyncanup
authored and
mrdoob
committed
7a985fe
View commit details
Copy full SHA for 7a985fe
View code at this point
Browse repository at this point
fix TriangulateInPlace to work with latest FBX Python SDK 2015.1 (#9379)
Show description for 14ae73a
asyncanup
authored and
mrdoob
committed
14ae73a
View commit details
Copy full SHA for 14ae73a
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
update Utils/build folder to explain new build system (#9419)
gero3
authored and
mrdoob
committed
c9e7d51
View commit details
Copy full SHA for c9e7d51
View code at this point
Browse repository at this point
Commits on Aug 15, 2016
Fix perspective camera FOV export. (#9482)
Show description for 3423b6d
charlesfleche
authored and
mrdoob
committed
3423b6d
View commit details
Copy full SHA for 3423b6d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.