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
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
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 }}
httpsgithu
/
engine
Public
forked from
playcanvas/engine
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
23
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
timestamp
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 12, 2018
Use the timestamp passed to requestAnimationFrame callback
willeastcott
committed
dc0864b
View commit details
Copy full SHA for dc0864b
Browse repository at this point
Commits on Jan 8, 2018
Remove clamping of dt
willeastcott
committed
4d1a1f2
View commit details
Copy full SHA for 4d1a1f2
Browse repository at this point
Commits on Jan 4, 2018
Remove ES6 var declaration from pc.Quat#getAxisAngle
willeastcott
committed
07d5263
View commit details
Copy full SHA for 07d5263
Browse repository at this point
Add getAxisAngle method to pc.Quat (#1068)
Show description for 61e9c02
Philippe Vaillancourt
authored and
willeastcott
committed
61e9c02
View commit details
Copy full SHA for 61e9c02
Browse repository at this point
Various documentation fixes (#1069)
Show description for c74e55f
asvrada
authored and
willeastcott
committed
c74e55f
View commit details
Copy full SHA for c74e55f
Browse repository at this point
Commits on Jan 2, 2018
Various small documentation fixes (#1067)
Show description for 8b91218
Philippe Vaillancourt
authored and
willeastcott
committed
8b91218
View commit details
Copy full SHA for 8b91218
Browse repository at this point
Commits on Dec 31, 2017
Fix small mistake in documentation (#1066)
Philippe Vaillancourt
authored and
willeastcott
committed
cb1bcd5
View commit details
Copy full SHA for cb1bcd5
Browse repository at this point
Commits on Dec 30, 2017
Allow Timer to use window.performance.now where available (#1064)
Show description for cea533f
Philippe Vaillancourt
authored and
willeastcott
committed
cea533f
View commit details
Copy full SHA for cea533f
Browse repository at this point
Commits on Dec 29, 2017
Fix discrepency in pc.KeyboardEvent documentation (#1061)
Show description for 723dda0
Philippe Vaillancourt
authored and
willeastcott
committed
723dda0
View commit details
Copy full SHA for 723dda0
Browse repository at this point
Update documentation for pc.events.attach (#1060)
Show description for 006b31c
Philippe Vaillancourt
authored and
willeastcott
committed
006b31c
View commit details
Copy full SHA for 006b31c
Browse repository at this point
Commits on Dec 21, 2017
fix calling batcher.generate twice (#1059)
guycalledfrank
authored
7052f9a
View commit details
Copy full SHA for 7052f9a
Browse repository at this point
Commits on Dec 20, 2017
[VERSION] v0.221.0-dev
vkalpias
committed
fff27aa
View commit details
Copy full SHA for fff27aa
Browse repository at this point
[RELEASE] v0.220.1
vkalpias
committed
1fcea84
View commit details
Copy full SHA for 1fcea84
Browse repository at this point
Fix lint warning
vkalpias
committed
7a07e61
View commit details
Copy full SHA for 7a07e61
Browse repository at this point
[VERSION] v0.221.0-dev
vkalpias
committed
d0f06c7
View commit details
Copy full SHA for d0f06c7
Browse repository at this point
[RELEASE] v0.220.0
vkalpias
committed
67b4ad3
View commit details
Copy full SHA for 67b4ad3
Browse repository at this point
Commits on Dec 19, 2017
Merge pull request #1055 from playcanvas/feature/fonts-multiple-textures
Show description for 2ce9037
vkalpias
authored
2ce9037
View commit details
Copy full SHA for 2ce9037
Browse repository at this point
Commits on Dec 12, 2017
Fix screenToWorld for orthographic cameras. (#1054)
willeastcott
authored
7f65658
View commit details
Copy full SHA for 7f65658
Browse repository at this point
Commits on Dec 11, 2017
Multiple font textures fixes
vkalpias
committed
81163c0
View commit details
Copy full SHA for 81163c0
Browse repository at this point
Support multiple textures per font asset
vkalpias
committed
4846ff3
View commit details
Copy full SHA for 4846ff3
Browse repository at this point
Removed docs for non-existant paused property on the particlesystem component. Closes #810.
willeastcott
committed
e0adf38
View commit details
Copy full SHA for e0adf38
Browse repository at this point
Commits on Dec 10, 2017
Document pc.ParticleSystem#play. Fixes #709.
willeastcott
committed
7046e49
View commit details
Copy full SHA for 7046e49
Browse repository at this point
[FIX] First person camera example's mouse initialization fixed.
willeastcott
committed
f2f81af
View commit details
Copy full SHA for f2f81af
Browse repository at this point
Commits on Dec 9, 2017
Improve docs for pc.Scene.
willeastcott
committed
67cb5da
View commit details
Copy full SHA for 67cb5da
Browse repository at this point
Add pc.Texture#flipY (#1051)
Show description for d71de2d
willeastcott
authored
d71de2d
View commit details
Copy full SHA for d71de2d
Browse repository at this point
Commits on Dec 7, 2017
[VERSION] v0.220.0-dev
vkalpias
committed
1a4c477
View commit details
Copy full SHA for 1a4c477
Browse repository at this point
[RELEASE] v0.219.5
vkalpias
committed
5d067a1
View commit details
Copy full SHA for 5d067a1
Browse repository at this point
[FIX] Fix resuming sounds from the same spot after pausing
vkalpias
committed
dfff190
View commit details
Copy full SHA for dfff190
Browse repository at this point
Commits on Dec 4, 2017
Batching PR improvements (#1049)
Show description for 057d40c
guycalledfrank
authored
057d40c
View commit details
Copy full SHA for 057d40c
Browse repository at this point
Commits on Nov 30, 2017
[VERSION] v0.220.0-dev
vkalpias
committed
30b5b9c
View commit details
Copy full SHA for 30b5b9c
Browse repository at this point
[RELEASE] v0.219.4
vkalpias
committed
e7ce4e8
View commit details
Copy full SHA for e7ce4e8
Browse repository at this point
Revert "[FIX] Fix initialize and postInitialize not called on script instances when they become enabled, [FIX] Do not call postInitialize when scripts get disabled in initialize"
Show description for e3e6443
vkalpias
committed
e3e6443
View commit details
Copy full SHA for e3e6443
Browse repository at this point
Commits on Nov 29, 2017
[VERSION] v0.220.0-dev
vkalpias
committed
28b2277
View commit details
Copy full SHA for 28b2277
Browse repository at this point
[RELEASE] v0.219.3
vkalpias
committed
f5f75ce
View commit details
Copy full SHA for f5f75ce
Browse repository at this point
Fix model and element component docs
vkalpias
committed
6d03d16
View commit details
Copy full SHA for 6d03d16
Browse repository at this point
Previous
Next
You can’t perform that action at this time.