Preparing search index...
The search index is not available
如视空间交互插件合集 - v3.61.1
如视空间交互插件合集
GuideLinePluginType
CatmullRomCurve3
Interface CatmullRomCurve3
Link
https://threejs.org/docs/index.html?q=cu#api/zh/extras/curves/CatmullRomCurve3
interface
CatmullRomCurve3
{
closed
?:
boolean
;
curve_type
?:
string
;
panoIndexList
?:
number
[]
;
panoIndexMap
?:
Record
<
number
,
number
>
;
points
:
number
[]
[]
;
tension
?:
number
;
type
:
"CatmullRomCurve3"
;
}
Index
Properties
closed?
curve_
type?
pano
Index
List?
pano
Index
Map?
points
tension?
type
Properties
Optional
closed
closed
?:
boolean
Optional
curve_
type
curve_
type
?:
string
Optional
pano
Index
List
pano
Index
List
?:
number
[]
Optional
pano
Index
Map
pano
Index
Map
?:
Record
<
number
,
number
>
points
points
:
number
[]
[]
Optional
tension
tension
?:
number
type
type
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
closed
curve_
type
pano
Index
List
pano
Index
Map
points
tension
type
如视空间交互插件合集 - v3.61.1
Loading...
Link
https://threejs.org/docs/index.html?q=cu#api/zh/extras/curves/CatmullRomCurve3