17 commits | 14 files changed | 0 commit comments | 1 contributor |
|
Fixed attribute definitions JSDoc and made BatchGeometry use default attribute definitions. | f29b8d2 |
|
vertexData doesn't have to have only two dimensions. | 61ecb71 |
|
Fixed JSDoc problem for sizeOfType and AbstractBatchRenderer.vertexSizeOf | 2a24fc6 |
|
Shifted TYPES.sizeOf to @pixi/utils/src/sizeOfType.js; removed TYPES.isInteger | f848c82 |
|
I forgot what I did here! Probably nothing | bdb343c |
|
Added type options for attribute defs in BatchRenderer and renamed BatchBuffer to ViewableBuffer in geometry. | 9e97929 |
|
Fixed geometry for attr-defs and exceptions of aColor. | fd27dda |
|
Fixed BatchBuffer reference to vertices. | 94be979 |
|
Fixed source offset problem with builtin attrib. | dd46925 |
|
Keeping BatchPluginFactory and adding pluginName to Graphics. | 90ec52a |
|
Edited JSDoc to also document the attributeDefinitions field. | 52aa4db |
|
batch-dev | 5bdf04e |
|
Adds batching support for any object | 295a0af |
|
Made BatchRender->AbstractBatchRender & fixed ObjectRenderer (not a System) | dbe514c |
|
Fixed BatchBuffer: vertices was a misleading identifier. Named it rawBinaryData, since that is what an ArrayBuffer is. | 3d06236 |
|
Further beautified the BatchRenderer class. | 9c21c43 |
|
Polished BatchRenderer | 261dc92 |
packages/core/src/batch/AbstractBatchRenderer.js 0 → 100644 |
---|
packages/core/src/batch/BatchBuffer.js 100644 → 0 |
---|
packages/core/src/batch/BatchGeometry.js |
---|
packages/core/src/batch/BatchPluginFactory.js |
---|
packages/core/src/batch/BatchRenderer.js 100644 → 0 |
---|
packages/core/src/batch/BatchSystem.js |
---|
packages/core/src/batch/ObjectRenderer.js |
---|
packages/core/src/batch/utils/builtinAttributeDefinitions.js 0 → 100644 |
---|
packages/core/src/geometry/ViewableBuffer.js 0 → 100644 |
---|
packages/core/src/index.js |
---|
packages/graphics/src/Graphics.js |
---|
packages/sprite/src/Sprite.js |
---|
packages/utils/src/data/index.js |
---|
packages/utils/src/data/sizeOfType.js 0 → 100644 |
---|