syncing brush sphere with line color

This commit is contained in:
ericrius1 2015-06-22 10:35:00 -07:00
parent 8bc9fc2e1f
commit 362d9a2481
3 changed files with 24 additions and 1 deletions

View file

@ -83,7 +83,7 @@ function MousePaint() {
linePosition = position;
line = Entities.addEntity({
position: position,
type: "Line",
type: "Quad",
color: currentColor,
dimensions: {
x: LINE_DIMENSIONS,

View file

@ -0,0 +1,9 @@
//
// QuadEntityItem.cpp
// hifi
//
// Created by eric levin on 6/22/15.
//
//
#include "QuadEntityItem.h"

View file

@ -0,0 +1,14 @@
//
// QuadEntityItem.h
// hifi
//
// Created by eric levin on 6/22/15.
//
//
#ifndef __hifi__QuadEntityItem__
#define __hifi__QuadEntityItem__
#include <stdio.h>
#endif /* defined(__hifi__QuadEntityItem__) */