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 }}
selectgithub
/
engine
Public
forked from
playcanvas/engine
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
engine
src
framework
components
camera
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2019
[FIX] Errors in TypeScript Definitions (#1657)
Show description for d355393
aidinabedi
authored and
willeastcott
committed
d355393
View commit details
Copy full SHA for d355393
View code at this point
Browse repository at this point
Commits on Aug 15, 2019
Msaa postprocess fix (#1650)
Show description for 4d08019
Donovan Hutchence
authored
4d08019
View commit details
Copy full SHA for 4d08019
View code at this point
Browse repository at this point
Commits on Mar 11, 2019
Lint fixes.
willeastcott
committed
09d82de
View commit details
Copy full SHA for 09d82de
View code at this point
Browse repository at this point
Fix post-effect-queue (#1505)
Show description for fd1887a
StefanSchmutz
authored and
willeastcott
committed
fd1887a
View commit details
Copy full SHA for fd1887a
View code at this point
Browse repository at this point
Commits on Feb 22, 2019
Camera matrix cache (#1493)
Show description for 3f2b656
e-strokov
authored and
willeastcott
committed
3f2b656
View commit details
Copy full SHA for 3f2b656
View code at this point
Browse repository at this point
Commits on Dec 6, 2018
ComponentSystem doesn't fire events, it directly calls subscribers (#1449)
e-strokov
authored and
daredevildave
committed
d27a44b
View commit details
Copy full SHA for d27a44b
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
Default texture names (#1448)
Show description for 24869f5
e-strokov
authored and
daredevildave
committed
24869f5
View commit details
Copy full SHA for 24869f5
View code at this point
Browse repository at this point
Commits on Nov 8, 2018
Clear rogue references (#1431)
Show description for 741f931
daredevildave
authored
741f931
View commit details
Copy full SHA for 741f931
View code at this point
Browse repository at this point
Commits on Oct 16, 2018
Graph node micro-optimisation (#1399)
Show description for a59d84e
e-strokov
authored and
willeastcott
committed
a59d84e
View commit details
Copy full SHA for a59d84e
View code at this point
Browse repository at this point
Commits on Oct 3, 2018
[FIX] Properly restore layer state on calling removeEffect. (#1384)
willeastcott
authored
16364ed
View commit details
Copy full SHA for 16364ed
View code at this point
Browse repository at this point
Commits on Sep 22, 2018
[FIX] Pass Float32Array instead of pc.Vec4 to setValue. (#1372)
willeastcott
authored
265296c
View commit details
Copy full SHA for 265296c
View code at this point
Browse repository at this point
Commits on Sep 19, 2018
Remove calls to pc.Component#onEnable/onDisable which do nothing. (#1357)
willeastcott
authored
1f09087
View commit details
Copy full SHA for 1f09087
View code at this point
Browse repository at this point
Commits on Sep 18, 2018
Optimize pc.SceneParser#_openComponentData. (#1355)
Show description for 7bdb477
willeastcott
authored
7bdb477
View commit details
Copy full SHA for 7bdb477
View code at this point
Browse repository at this point
Commits on Sep 17, 2018
Remove typed arrays from pc.Vec2/3/4 and pc.Color. (#1327)
Show description for 3ec4321
willeastcott
authored
3ec4321
View commit details
Copy full SHA for 3ec4321
View code at this point
Browse repository at this point
Convert forEach to for loop in component systems. (#1351)
Show description for 81253e3
willeastcott
authored
81253e3
View commit details
Copy full SHA for 81253e3
View code at this point
Browse repository at this point
Commits on Jul 23, 2018
Remove primitive tangents and refactor device constructor (#1262)
Show description for ac07bfa
willeastcott
authored
ac07bfa
View commit details
Copy full SHA for ac07bfa
View code at this point
Browse repository at this point
Commits on Jun 18, 2018
Deprecate pc.inherits. (#1232)
willeastcott
authored
3e36144
View commit details
Copy full SHA for 3e36144
View code at this point
Browse repository at this point
Commits on Jun 6, 2018
Use Object.assign instead of pc.extend (#1228)
willeastcott
authored
b67c4e8
View commit details
Copy full SHA for b67c4e8
View code at this point
Browse repository at this point
Commits on Jun 4, 2018
Don't use block comments for multiline comments.
willeastcott
committed
6d3fb9a
View commit details
Copy full SHA for 6d3fb9a
View code at this point
Browse repository at this point
Commits on May 21, 2018
ESLint: consistent unary operator spacing.\
willeastcott
committed
fe4ed07
View commit details
Copy full SHA for fe4ed07
View code at this point
Browse repository at this point
Commits on May 20, 2018
ESLint: consistent function parenthesis spacing (#1216)
willeastcott
authored
34890bc
View commit details
Copy full SHA for 34890bc
View code at this point
Browse repository at this point
ESLint fixes (#1215)
Show description for e9716f8
willeastcott
authored
e9716f8
View commit details
Copy full SHA for e9716f8
View code at this point
Browse repository at this point
Commits on Apr 30, 2018
Remove old workaround for prefiltering cubemaps in Chrome. Fix some lint issues.
willeastcott
committed
afba3ee
View commit details
Copy full SHA for afba3ee
View code at this point
Browse repository at this point
Commits on Apr 27, 2018
Support for more ESLint rules (#1161)
Show description for 58d9d93
willeastcott
authored
58d9d93
View commit details
Copy full SHA for 58d9d93
View code at this point
Browse repository at this point
Commits on Apr 17, 2018
Remove some deprecation warnings
vkalpias
committed
f19a796
View commit details
Copy full SHA for f19a796
View code at this point
Browse repository at this point
Commits on Apr 9, 2018
don't run old post effects after UI
guycalledfrank
committed
731daa8
View commit details
Copy full SHA for 731daa8
View code at this point
Browse repository at this point
fix wrong condition in legacy post effects
guycalledfrank
committed
c3bf9bd
View commit details
Copy full SHA for c3bf9bd
View code at this point
Browse repository at this point
Commits on Apr 4, 2018
ESLint fixes (#1160)
Show description for 5989731
willeastcott
authored
5989731
View commit details
Copy full SHA for 5989731
View code at this point
Browse repository at this point
Commits on Mar 30, 2018
Merge branch 'layers'
vkalpias
committed
12adba6
View commit details
Copy full SHA for 12adba6
View code at this point
Browse repository at this point
Commits on Mar 27, 2018
Add support for eslint (#1139)
Show description for 759be89
willeastcott
authored and
daredevildave
committed
759be89
View commit details
Copy full SHA for 759be89
View code at this point
Browse repository at this point
Commits on Mar 21, 2018
Fix cloning layers in camrea, element, light and model components
vkalpias
committed
0cb0f52
View commit details
Copy full SHA for 0cb0f52
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
remove legacy pc.Command from the post effect queue
guycalledfrank
committed
8aa4806
View commit details
Copy full SHA for 8aa4806
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
fix picker bugs
guycalledfrank
committed
dfcc1b2
View commit details
Copy full SHA for dfcc1b2
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
Merge branch 'layers' of https://github.com/playcanvas/engine into layers
guycalledfrank
committed
1e19df4
View commit details
Copy full SHA for 1e19df4
View code at this point
Browse repository at this point
fix the picker
guycalledfrank
committed
16d500d
View commit details
Copy full SHA for 16d500d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.