Richard Davey
|
15a6f50d2c
|
Fixed functions not appearing in the namespace. Fix #5432
|
2020-12-07 10:11:47 +00:00 |
|
Richard Davey
|
08b304372c
|
Made the Render Events global, not WebGL specific and allowed Canvas Renderer to emit them too
|
2020-12-04 15:07:26 +00:00 |
|
Richard Davey
|
a7f246a241
|
Swap queue order
|
2020-12-04 12:55:26 +00:00 |
|
Richard Davey
|
e0ae7ef14e
|
Update TransformMatrix.js
|
2020-12-04 12:00:31 +00:00 |
|
Richard Davey
|
edc076674e
|
New Resize handler. Fix #5412
|
2020-12-04 11:59:47 +00:00 |
|
Richard Davey
|
4d872e2e9d
|
RenderTexture.erase has never worked when using the Canvas Renderer and a texture frame, only with Game Objects. It now works with both. Fix #5422
|
2020-12-03 15:46:26 +00:00 |
|
Richard Davey
|
6bb6ff8ef4
|
Updated JSDocs to clarify issue. Fix #4692
|
2020-12-03 15:14:34 +00:00 |
|
Richard Davey
|
38b6d83462
|
Fixed Canvas Alpha RenderTexture issue. Fix #5426
|
2020-12-03 14:48:21 +00:00 |
|
Richard Davey
|
8ff62d40af
|
Moved event emitter. Fix #5427
|
2020-12-03 14:34:32 +00:00 |
|
Richard Davey
|
0d6d7848cd
|
No need for dirty property
|
2020-12-03 14:31:54 +00:00 |
|
Richard Davey
|
103b91a69d
|
Add attenuation parameter and fixed color divisor
|
2020-12-03 12:52:36 +00:00 |
|
Richard Davey
|
8174ec2daf
|
Fixed light distance and max test
|
2020-12-03 11:11:41 +00:00 |
|
Richard Davey
|
732b188691
|
Removed light pool, used RGB object, much better light culling.
|
2020-12-02 17:57:12 +00:00 |
|
Richard Davey
|
97fd175e73
|
Extends Circle, because it is! Removed loads of pointless setters.
|
2020-12-02 17:56:53 +00:00 |
|
Richard Davey
|
639b9bfc84
|
Added beginDraw , batchDraw , batchDrawFrame and endDraw methods for full batch control over the drawing.
|
2020-12-02 16:07:58 +00:00 |
|
Richard Davey
|
35146e72ed
|
Removed Light Layer and moved Point Light to its own Game Object
|
2020-12-02 13:48:38 +00:00 |
|
Richard Davey
|
375d6fa196
|
Updated docs
|
2020-12-02 13:15:27 +00:00 |
|
Richard Davey
|
361704f048
|
Only reset post pipeline if it has one. Fix #5421
|
2020-12-02 12:23:59 +00:00 |
|
Richard Davey
|
9f8f76c690
|
Removed unused property
|
2020-12-02 12:23:40 +00:00 |
|
Richard Davey
|
1868a749cb
|
Enable Lights Plugin again
|
2020-12-02 11:11:34 +00:00 |
|
Richard Davey
|
e29626ab2c
|
Testing Light Layer
|
2020-12-01 17:24:30 +00:00 |
|
Richard Davey
|
ce6a81c97d
|
Updated JSDocs
|
2020-12-01 17:23:53 +00:00 |
|
Richard Davey
|
c1bf08de70
|
New Point Light class
|
2020-12-01 17:23:42 +00:00 |
|
Richard Davey
|
35829bcf0d
|
Added removePostPipeline . Fix #5419
|
2020-11-30 10:07:41 +00:00 |
|
Richard Davey
|
15b47e6a54
|
Testing new Light Layer
|
2020-11-30 09:46:28 +00:00 |
|
Rex
|
cdfee008ec
|
Typo
|
2020-11-29 20:29:38 +08:00 |
|
Richard Davey
|
41a0c192a4
|
Fix #5413
|
2020-11-28 15:42:23 +00:00 |
|
Richard Davey
|
6dd40df318
|
Update LayerCreator.js
|
2020-11-27 15:14:10 +00:00 |
|
Richard Davey
|
3ec63c6dec
|
Only remove from displayList if set. Fix #5413
|
2020-11-27 15:14:04 +00:00 |
|
Richard Davey
|
e96cbde8d6
|
Added new displayList property and Layer documentation
|
2020-11-27 11:13:59 +00:00 |
|
Richard Davey
|
aa06070644
|
Added the new Layer Game Object
|
2020-11-26 16:21:21 +00:00 |
|
Richard Davey
|
fdae90089c
|
Use the new depthList property
|
2020-11-26 16:21:09 +00:00 |
|
Richard Davey
|
e5f9066072
|
GameObjects.Components.Depth.depthList is a new property that all Game Objects that have the Depth Component now have. It contains a reference to the List responsible for managing the depth sorting of the Game Object. This is typically the Scene Display List, but can also be a Layer. It allows the Depth component to queue a depth sort directly on the list it belongs to now, rather than just the Scene.
|
2020-11-26 16:20:54 +00:00 |
|
Richard Davey
|
a2f0a815d6
|
Reset textures before draw
|
2020-11-26 14:20:01 +00:00 |
|
Richard Davey
|
c8cdf9fde2
|
Fixed Render Texture crop
|
2020-11-26 11:28:25 +00:00 |
|
Richard Davey
|
0ee1338765
|
Better post pipeline call (less code)
|
2020-11-26 09:51:40 +00:00 |
|
Richard Davey
|
09c49ac288
|
Fixed emitter mask pipeline
|
2020-11-24 14:52:57 +00:00 |
|
Richard Davey
|
d2e2e86ef1
|
Updated accessor
|
2020-11-23 16:22:11 +00:00 |
|
Richard Davey
|
2e4cfde102
|
Updated post pipeline
|
2020-11-23 16:18:30 +00:00 |
|
Richard Davey
|
ec5da6930c
|
Added post pipeline support to all Game Objects
|
2020-11-23 16:17:13 +00:00 |
|
Richard Davey
|
28d925b875
|
JSDoc fixes
|
2020-11-23 15:06:45 +00:00 |
|
Richard Davey
|
417f7684c3
|
More integer to number changes
|
2020-11-23 10:32:00 +00:00 |
|
Richard Davey
|
3f511a73cd
|
Replace integer[] with number[]
|
2020-11-23 10:23:10 +00:00 |
|
Richard Davey
|
02c34cd64e
|
Replace integer with number
|
2020-11-23 10:22:13 +00:00 |
|
Richard Davey
|
5ca5a63038
|
Testing new Lights
|
2020-11-23 10:19:31 +00:00 |
|
Richard Davey
|
30c2eb5d0e
|
Ability to link Post Pipeline to owner object
|
2020-11-20 17:29:42 +00:00 |
|
Richard Davey
|
78b75efb8c
|
JSDoc fix
|
2020-11-20 16:03:03 +00:00 |
|
Richard Davey
|
df3b7d5f79
|
JSDoc fixes
|
2020-11-20 15:47:35 +00:00 |
|
Richard Davey
|
ebf6b254dd
|
Fixed JSDocs
|
2020-11-20 15:31:43 +00:00 |
|
Richard Davey
|
b64f2cc4d0
|
Added ability to skip post pipeline per object
|
2020-11-20 15:18:19 +00:00 |
|