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
on
msaa-postprocess-fix
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 12, 2019
using actual backbuffer samples for post effect, removed commented code
Donovan Hutchence
committed
ae1c460
View commit details
Copy full SHA for ae1c460
View code at this point
Browse repository at this point
construct effects buffer with msaa
Donovan Hutchence
committed
9ff1c41
View commit details
Copy full SHA for 9ff1c41
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
[FIX] Entities cloned inside postInitialize would not have their postInitialize function called (#1646)
daredevildave
authored and
willeastcott
committed
05895ce
View commit details
Copy full SHA for 05895ce
View code at this point
Browse repository at this point
Commits on Aug 2, 2019
Add Entity.findComponent(s) (#1637)
aidinabedi
authored and
willeastcott
committed
80b1ba2
View commit details
Copy full SHA for 80b1ba2
View code at this point
Browse repository at this point
Commits on Jul 23, 2019
Kerning support (#1609)
Show description for e3f9719
Donovan Hutchence
authored
e3f9719
View commit details
Copy full SHA for e3f9719
View code at this point
Browse repository at this point
Commits on Jul 22, 2019
Make gravity a property instead of a function. (#1626)
Show description for 2a6a68d
willeastcott
authored
2a6a68d
View commit details
Copy full SHA for 2a6a68d
View code at this point
Browse repository at this point
Move deprecated pc.GraphNode API into backwards compatibility file. (#1628)
Show description for 7481f35
willeastcott
authored
7481f35
View commit details
Copy full SHA for 7481f35
View code at this point
Browse repository at this point
Commits on Jul 15, 2019
[FIX] Initialize default attribute values when creating a script (#1413)
aidinabedi
authored and
willeastcott
committed
8764eda
View commit details
Copy full SHA for 8764eda
View code at this point
Browse repository at this point
Deprecate engine support for going fullscreen. (#1598)
Show description for ae101aa
willeastcott
authored
ae101aa
View commit details
Copy full SHA for ae101aa
View code at this point
Browse repository at this point
Commits on Jun 28, 2019
Font padding fix fix (#1606)
Donovan Hutchence
authored and
willeastcott
committed
179017e
View commit details
Copy full SHA for 179017e
View code at this point
Browse repository at this point
Load libraries fix (#1605)
Show description for 50e649e
Donovan Hutchence
authored
50e649e
View commit details
Copy full SHA for 50e649e
View code at this point
Browse repository at this point
Commits on Jun 27, 2019
[FIX] Particle system component now listens on all asset events (#1603)
willeastcott
authored
c991bfd
View commit details
Copy full SHA for c991bfd
View code at this point
Browse repository at this point
[DOCS] Release pc.ScrollViewComponent API ref docs. (#1601)
willeastcott
authored
516875d
View commit details
Copy full SHA for 516875d
View code at this point
Browse repository at this point
Canvas font fix (#1604)
Show description for 57afa75
Donovan Hutchence
authored and
daredevildave
committed
57afa75
View commit details
Copy full SHA for 57afa75
View code at this point
Browse repository at this point
Commits on Jun 26, 2019
[DOCS] Remove duplicate extends tag
willeastcott
authored
7fdb293
View commit details
Copy full SHA for 7fdb293
View code at this point
Browse repository at this point
[DOCS] Fix pc.ButtonComponent not appearing in API
willeastcott
authored
347dbe6
View commit details
Copy full SHA for 347dbe6
View code at this point
Browse repository at this point
Commits on Jun 24, 2019
Canvas font padding (#1597)
Donovan Hutchence
authored and
willeastcott
committed
62c04ec
View commit details
Copy full SHA for 62c04ec
View code at this point
Browse repository at this point
Commits on Jun 21, 2019
[DOCS] Remove duplicate entry for pc.SpriteComponent#sprite
willeastcott
authored
f21bc4e
View commit details
Copy full SHA for f21bc4e
View code at this point
Browse repository at this point
Commits on Jun 18, 2019
Internal function to manipulate requestAnimationFrame's timestamp (#1591)
Donovan Hutchence
authored and
willeastcott
committed
9a7b1c8
View commit details
Copy full SHA for 9a7b1c8
View code at this point
Browse repository at this point
Commits on Jun 17, 2019
Library code assets (#1566)
Show description for 48266c3
vkalpias
authored and
daredevildave
committed
48266c3
View commit details
Copy full SHA for 48266c3
View code at this point
Browse repository at this point
Micro optimisations in Events and Entity (#1593)
Show description for c51dcbe
e-strokov
authored
c51dcbe
View commit details
Copy full SHA for c51dcbe
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
Sprites batching (#1590)
Show description for d31e476
e-strokov
authored
d31e476
View commit details
Copy full SHA for d31e476
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
fix for text-element error (#1589)
Show description for 9119042
Donovan Hutchence
authored
9119042
View commit details
Copy full SHA for 9119042
View code at this point
Browse repository at this point
Commits on Jun 6, 2019
Text-element render sub-range (#1585)
Show description for e5b3344
Donovan Hutchence
authored and
willeastcott
committed
e5b3344
View commit details
Copy full SHA for e5b3344
View code at this point
Browse repository at this point
Commits on May 24, 2019
[FIX] Correctly remove model component when type is not asset. (#1470)
willeastcott
authored
951538f
View commit details
Copy full SHA for 951538f
View code at this point
Browse repository at this point
Render CanvasFont to texture using 'alphabetic' baseline which is more consistent across browsers (#1574)
daredevildave
authored and
willeastcott
committed
d3eec2d
View commit details
Copy full SHA for d3eec2d
View code at this point
Browse repository at this point
Commits on May 22, 2019
[FIX] Fix asset add event for model component materials (#1570)
vkalpias
authored
17026a2
View commit details
Copy full SHA for 17026a2
View code at this point
Browse repository at this point
Commits on May 17, 2019
Added sub-string coloring (#1563)
Donovan Hutchence
authored and
vkalpias
committed
36f4033
View commit details
Copy full SHA for 36f4033
View code at this point
Browse repository at this point
Commits on May 10, 2019
Improve API ref docs for pc.ModelComponent#type (#1556)
willeastcott
authored
b9acd66
View commit details
Copy full SHA for b9acd66
View code at this point
Browse repository at this point
Commits on Apr 30, 2019
[FIX] calculate image element aabb with correct values for width and height (#1549)
daredevildave
authored
6259d10
View commit details
Copy full SHA for 6259d10
View code at this point
Browse repository at this point
Fix right-to-left text wrapping (#1529)
vkalpias
authored
f657451
View commit details
Copy full SHA for f657451
View code at this point
Browse repository at this point
Localized assets (#1518)
vkalpias
authored
1a55e37
View commit details
Copy full SHA for 1a55e37
View code at this point
Browse repository at this point
Commits on Apr 23, 2019
Revert "Batching supports async model load. (#1540)" (#1541)
Show description for 1c8fe2a
vkalpias
authored
1c8fe2a
View commit details
Copy full SHA for 1c8fe2a
View code at this point
Browse repository at this point
Batching supports async model load. (#1540)
e-strokov
authored
be74a91
View commit details
Copy full SHA for be74a91
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
Particle mesh UV, fixes for LocalSpace effects with radial speed + rotation and stretch mod. (#1539)
Show description for d11e40b
e-strokov
authored
d11e40b
View commit details
Copy full SHA for d11e40b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.