UNPKG
ts-raycasting
Version:
latest (0.0.14)
0.0.14
0.0.12
Raycasting in typescript
github.com/dderevjanik/ts-raycasting
dderevjanik/ts-raycasting
ts-raycasting
/
dist
/
interfaces
/
IRayConf.d.ts
7 lines
(6 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
IRayConf
{
fov
:
number
;
rayCount
:
number
;
fisheye
:
boolean
;
center
:
boolean
; }