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
Breadcrumbs
History for
engine
src
framework
components
light
component.js
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 30, 2021
Make JSDoc sentence format consistent (#3045)
Show description for 6b3d56d
willeastcott
authored
6b3d56d
View commit details
Copy full SHA for 6b3d56d
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
Make area lights public (#2977)
raytranuk
authored
44ce4b1
View commit details
Copy full SHA for 44ce4b1
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
Shadow culling and rendering refactor (#2936)
Show description for 716ffb2
mvaligursky
and
willeastcott
authored
716ffb2
View commit details
Copy full SHA for 716ffb2
View code at this point
Browse repository at this point
Commits on Feb 19, 2021
changing affectDynamic updates lighting (#2894)
mvaligursky
authored
202f61b
View commit details
Copy full SHA for 202f61b
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
Remove "pc." from API docs (#2876)
vkalpias
authored
3864976
View commit details
Copy full SHA for 3864976
View code at this point
Browse repository at this point
Commits on Jan 31, 2021
Move Color to the math folder (#2804)
willeastcott
authored
7d8b08d
View commit details
Copy full SHA for 7d8b08d
View code at this point
Browse repository at this point
Commits on Jan 9, 2021
Conversion of classes extending from EventHandler to ES6 (#2688)
Show description for 781de09
mvaligursky
and
willeastcott
authored
781de09
View commit details
Copy full SHA for 781de09
View code at this point
Browse repository at this point
Commits on Dec 30, 2020
Feature/arealights (#2535)
Show description for 430b44a
3 people
authored
430b44a
View commit details
Copy full SHA for 430b44a
View code at this point
Browse repository at this point
Commits on Dec 4, 2020
[Fix] When light component is removed, light is removed from layers (#2593)
mvaligursky
authored
114b1df
View commit details
Copy full SHA for 114b1df
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
[FIX] Spelling mistakes (#2333)
willeastcott
authored
1db4031
View commit details
Copy full SHA for 1db4031
View code at this point
Browse repository at this point
Commits on Jun 19, 2020
Port PlayCanvas to ES6 modules and rollup.js (#2166)
Show description for a85aeed
willeastcott
authored
a85aeed
View commit details
Copy full SHA for a85aeed
View code at this point
Browse repository at this point
Commits on May 26, 2020
Deprecate some more things
willeastcott
committed
03e80d6
View commit details
Copy full SHA for 03e80d6
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
Simplify pc.Light#mask and pc.Light#enabled code (#1961)
Show description for 31e6257
3 people
authored
31e6257
View commit details
Copy full SHA for 31e6257
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
[DOCS] Switch JSDoc comment blocks from HTML to Markdown (#1829)
Show description for 6923c43
willeastcott
authored
6923c43
View commit details
Copy full SHA for 6923c43
View code at this point
Browse repository at this point
Commits on Jan 17, 2020
[DOCS] Use eslint-plugin-jsdoc to improve JSDoc comments (#1822)
Show description for 14a873d
willeastcott
authored
14a873d
View commit details
Copy full SHA for 14a873d
View code at this point
Browse repository at this point
Commits on Dec 30, 2019
Lint fixes after updating eslint
willeastcott
committed
366bdb1
View commit details
Copy full SHA for 366bdb1
View code at this point
Browse repository at this point
Commits on Sep 16, 2019
[FIX] Unbind cookie asset events when the light component is removed (#1695)
vkalpias
authored and
willeastcott
committed
4d390d0
View commit details
Copy full SHA for 4d390d0
View code at this point
Browse repository at this point
Commits on Sep 7, 2019
Make extends JSDoc tag consistent (after name tag)
willeastcott
committed
26a2fa8
View commit details
Copy full SHA for 26a2fa8
View code at this point
Browse repository at this point
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 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 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
Remove parentheses around typeof arguments. It's an operator, not a function.
willeastcott
committed
d19c883
View commit details
Copy full SHA for d19c883
View code at this point
Browse repository at this point
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 May 9, 2018
[FIX] eslint errors + warnings.
willeastcott
committed
26fdc71
View commit details
Copy full SHA for 26fdc71
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 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 8, 2018
fix light weirdness
guycalledfrank
committed
22cd2eb
View commit details
Copy full SHA for 22cd2eb
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
layer accepts LightComponent instead of Light
guycalledfrank
committed
acfd5ab
View commit details
Copy full SHA for acfd5ab
View code at this point
Browse repository at this point
Commits on Feb 26, 2018
Fix some issues with layer events
vkalpias
committed
3cefb37
View commit details
Copy full SHA for 3cefb37
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.