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
application.js
on
transformchunk9
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 12, 2018
Reinstate dt clamping and expose ability to set upper bound. (#1128)
willeastcott
authored
fae304c
View commit details
Copy full SHA for fae304c
View code at this point
Browse repository at this point
Support for webglcontextlost (#1119)
Show description for c5bc1b7
willeastcott
authored
c5bc1b7
View commit details
Copy full SHA for c5bc1b7
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
Remove some more unused code (#1115)
Tatsujinichi
authored and
willeastcott
committed
a746865
View commit details
Copy full SHA for a746865
View code at this point
Browse repository at this point
Commits on Feb 6, 2018
Merge pull request #1034 from playcanvas/feature/sprites
Show description for 44ebcc9
vkalpias
authored
44ebcc9
View commit details
Copy full SHA for 44ebcc9
View code at this point
Browse repository at this point
Commits on Jan 12, 2018
Use the timestamp passed to requestAnimationFrame callback (#1075)
willeastcott
authored
db239db
View commit details
Copy full SHA for db239db
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
Merge branch 'master' into feature/sprites
Show description for dd54e00
daredevildave
committed
dd54e00
View commit details
Copy full SHA for dd54e00
View code at this point
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
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Move meshes to the pc.Sprite instead of keeping them in pc.SpriteAnimationClip to save memory and resources. Flipping X and Y now uses the internal graphnode scale instead of changing mesh uvs.
vkalpias
committed
86ae87a
View commit details
Copy full SHA for 86ae87a
View code at this point
Browse repository at this point
Commits on Nov 28, 2017
Added pc.Application#batcher docs
vkalpias
committed
8357dbb
View commit details
Copy full SHA for 8357dbb
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
generateBatchesForModels -> generate; getGroupByName
guycalledfrank
committed
8cd33e0
View commit details
Copy full SHA for 8cd33e0
View code at this point
Browse repository at this point
Commits on Nov 14, 2017
Rename SpriteAtlas to TextureAtlas
vkalpias
committed
e4da023
View commit details
Copy full SHA for e4da023
View code at this point
Browse repository at this point
Use arrays for batch groups
vkalpias
committed
7b2089d
View commit details
Copy full SHA for 7b2089d
View code at this point
Browse repository at this point
Commits on Nov 8, 2017
Merge pull request #1028 from guycalledfrank/batching
Show description for a61ea23
guycalledfrank
authored
a61ea23
View commit details
Copy full SHA for a61ea23
View code at this point
Browse repository at this point
Commits on Oct 27, 2017
WIP: sprite component, sprite asset, sprite atlas asset
vkalpias
committed
7a11817
View commit details
Copy full SHA for 7a11817
View code at this point
Browse repository at this point
batching -> batcher
guycalledfrank
committed
d6306b9
View commit details
Copy full SHA for d6306b9
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
call aabb update in app.render
guycalledfrank
committed
e07dd1f
View commit details
Copy full SHA for e07dd1f
View code at this point
Browse repository at this point
documentation
guycalledfrank
committed
de273c8
View commit details
Copy full SHA for de273c8
View code at this point
Browse repository at this point
Commits on Oct 24, 2017
batching manager higher level api
guycalledfrank
committed
df33186
View commit details
Copy full SHA for df33186
View code at this point
Browse repository at this point
Commits on Oct 20, 2017
[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
vkalpias
committed
294a2ce
View commit details
Copy full SHA for 294a2ce
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
jshint-related fixes (#1008)
Show description for 2f49fd8
willeastcott
authored
2f49fd8
View commit details
Copy full SHA for 2f49fd8
View code at this point
Browse repository at this point
Commits on Aug 25, 2017
Fixed type of pc.Application#systems in docs, Exposed pc.ComponentSystemRegistry to docs as this is the type of pc.Application#systems, Documented pc.CameraComponentSystem#cameras
vkalpias
committed
faa40fc
View commit details
Copy full SHA for faa40fc
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
Merge from master
vkalpias
committed
b6fd591
View commit details
Copy full SHA for b6fd591
View code at this point
Browse repository at this point
Commits on Jul 21, 2017
Added mouse and touch input handling for element components
vkalpias
committed
6bfe5ed
View commit details
Copy full SHA for 6bfe5ed
View code at this point
Browse repository at this point
Commits on Jun 22, 2017
Use vr display requestAnimationFrame always, not just when presenting
Show description for b0465fe
daredevildave
committed
b0465fe
View commit details
Copy full SHA for b0465fe
View code at this point
Browse repository at this point
Commits on Jun 1, 2017
Morphing (#933)
Show description for b19876c
guycalledfrank
authored
b19876c
View commit details
Copy full SHA for b19876c
View code at this point
Browse repository at this point
Commits on May 12, 2017
Add temporary migration code for renamed application properties
vkalpias
committed
ac63aa1
View commit details
Copy full SHA for ac63aa1
View code at this point
Browse repository at this point
Commits on May 2, 2017
Changed names of application properties to camel case
vkalpias
committed
da96e97
View commit details
Copy full SHA for da96e97
View code at this point
Browse repository at this point
Commits on Apr 14, 2017
Fix typo in comment.
H1Gdev
committed
7fb6938
View commit details
Copy full SHA for 7fb6938
View code at this point
Browse repository at this point
Commits on Apr 7, 2017
Fix destroy Application instance (#905)
Show description for afad153
H1Gdev
authored and
Maksims
committed
afad153
View commit details
Copy full SHA for afad153
View code at this point
Browse repository at this point
Commits on Mar 22, 2017
pc.platform namespace for platform and features support flags (#886)
Show description for 39db893
Maksims
authored
39db893
View commit details
Copy full SHA for 39db893
View code at this point
Browse repository at this point
Commits on Mar 18, 2017
Always load vr polyfill on android (if vr is enabled)
Show description for 8856c60
daredevildave
committed
8856c60
View commit details
Copy full SHA for 8856c60
View code at this point
Browse repository at this point
Commits on Mar 7, 2017
README example to be full html file, and get rid off tabs all around
Maksims
committed
5cb2494
View commit details
Copy full SHA for 5cb2494
View code at this point
Browse repository at this point
add docs for Application.setSkybox
Maksims
committed
f945738
View commit details
Copy full SHA for f945738
View code at this point
Browse repository at this point
Commits on Feb 23, 2017
fix
guycalledfrank
committed
a8d96fa
View commit details
Copy full SHA for a8d96fa
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.