Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
void fromBoundingVolumeWithTransformations(BoundingBox *original, const Transformations &transformations)
Create bounding volume from given original(of same type) with applied transformations.
void update()
Updates this bounding box.
virtual ~LinesObject3DInternal()
Destructor.
void setContributesShadows(bool contributesShadows)
Enable/disable contributes shadows.
BoundingBox boundingBoxTransformed
void setEngine(Engine *engine)
Set engine.
BoundingBox * getBoundingBoxTransformed()
void initialize()
Initialize.
void setEnabled(bool enabled)
Set enabled.
void update() override
Update transformations.
const Color4 & getEffectColorMul() const
bool isContributesShadows()
void fromTransformations(const Transformations &transformations) override
From transformations.
void updateBoundingBox()
Update bounding volume.
const Color4 & getEffectColorAdd() const
void setPickable(bool pickable)
Set pickable.
void setEffectColorMul(const Color4 &effectColorMul)
Set effect color mul.
void setEffectColorAdd(const Color4 &effectColorAdd)
Set effect color add.
vector< int32_t > * vboIds
void setRenderer(Renderer *renderer)
Set renderer.
BoundingBox * getBoundingBox()
void setReceivesShadows(bool receivesShadows)
Enable/disable receives shadows.
LinesObject3DInternal(const string &id, float lineWidth, const vector< Vector3 > &points, const Color4 &color, const vector< Color4 > &colors={}, Texture *texture=nullptr)
Public constructor.
Vector3 & sub(const Vector3 &v)
Subtracts a vector.
Vector3 & add(const Vector3 &v)
Adds a vector.