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
/
Config.js
12 lines
(11 loc)
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
/** * This is default config used in castRays() */
exports
.
defaultConfig
= {
rayCount
:
256
,
fov
: (
Math
.
PI
/
2
),
fisheye
:
false
,
center
:
true
};