mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Fix PickRay JSDoc
This commit is contained in:
parent
c88f9a059d
commit
25b1e9f50b
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ public:
|
|||
*
|
||||
* @typedef {object} PickRay
|
||||
* @property {Vec3} origin - The starting position of the PickRay.
|
||||
* @property {Quat} direction - The direction that the PickRay travels.
|
||||
* @property {Vec3} direction - The direction that the PickRay travels.
|
||||
*/
|
||||
class PickRay : public MathPick {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue