mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-03 09:29:38 +01:00
Added nissing projection * projection Variant operator.
This commit is contained in:
parent
029a6671b4
commit
808f157b26
@ -1114,6 +1114,9 @@ void Variant::evaluate(const Operator &p_op, const Variant &p_a,
|
||||
case PLANE: {
|
||||
_RETURN(p_a._data._projection->xform(*(const Plane *)p_b._data._mem));
|
||||
}
|
||||
case PROJECTION: {
|
||||
_RETURN(p_a._data._projection->operator*(*(const Projection *)p_b._data._mem));
|
||||
}
|
||||
default:
|
||||
_RETURN_FAIL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user