mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 16:51:08 +00:00
Add vec = quat * vec to the progs engine.
This commit is contained in:
parent
0a22a98b60
commit
1a0ccf6a92
3 changed files with 9 additions and 1 deletions
|
@ -128,6 +128,10 @@ VISIBLE opcode_t pr_opcodes[] = {
|
|||
ev_quat, ev_float, ev_quat,
|
||||
PROG_VERSION,
|
||||
},
|
||||
{"*", "mul.qv", OP_MUL_QV, false,
|
||||
ev_quat, ev_vector, ev_vector,
|
||||
PROG_VERSION,
|
||||
},
|
||||
|
||||
{"~", "conj.q", OP_CONJ_Q, false,
|
||||
ev_quat, ev_invalid, ev_quat,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue