WebGL points / Added a color attribute
This commit is contained in:
@@ -56,7 +56,8 @@ export const DefaultAttrib = {
|
||||
TEX_COORD: 'a_texCoord',
|
||||
OPACITY: 'a_opacity',
|
||||
ROTATE_WITH_VIEW: 'a_rotateWithView',
|
||||
OFFSETS: 'a_offsets'
|
||||
OFFSETS: 'a_offsets',
|
||||
COLOR: 'a_color'
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user