This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
OpenSource
/
dc-sdk
의 미러
https://github.com/dvt3d/dc-sdk
보기
4
좋아요
0
포크
0
코드
이슈
0
릴리즈
92
위키
Activity
소스 검색
change the track interpolationType
tags/2.2.5
Caven Chen
4 년 전
부모
1130843169
커밋
af0054762d
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
1
1
modules/history-track/Track.js
+ 1
- 1
modules/history-track/Track.js
파일 보기
@@ -15,7 +15,7 @@ import TrackViewMode from './TrackViewMode'
const DEF_OPTS = {
clampToGround: false,
clampToTileset: false,
interpolationType: '
Hermite
',
interpolationType: '
Linear
',
interpolationDegree: 2
}
Write
Preview
Loading…
취소
저장