UNPKG
@aidenvigue/tresjs-core
Version:
latest (3.7.1)
3.7.1
3.7.0
Declarative ThreeJS using Vue Components
@aidenvigue/tresjs-core
/
dist
/
src
/
directives
/
index.d.ts
6 lines
(5 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
import
{ vLog }
from
'./vLog'
;
import
{ vLightHelper }
from
'./vLightHelper'
;
import
{ vAlwaysLookAt }
from
'./vAlwaysLookAt'
;
import
{ vDistanceTo }
from
'./vDistanceTo'
;
export
{ vLog, vLightHelper, vAlwaysLookAt, vDistanceTo };