UNPKG

6.56 kBJavaScriptView Raw
1export const add = 'add';
2export const remove = 'remove';
3export const change = 'change';
4export const inst = 'inst';
5export const name = 'name';
6export const image = 'image';
7export const fog = 'fog';
8export const overrideMaterial = 'overrideMaterial';
9export const environment = 'environment';
10export const background = 'background';
11export const mapping = 'mapping';
12export const wrapS = 'wrapS';
13export const wrapT = 'wrapT';
14export const magFilter = 'magFilter';
15export const minFilter = 'minFilter';
16export const anisotropy = 'anisotropy';
17export const format = 'format';
18export const type = 'type';
19export const offsetU = 'offsetU';
20export const offsetV = 'offsetV';
21export const repeatU = 'repeatU';
22export const repeatV = 'repeatV';
23export const rotation = 'rotation';
24export const centerU = 'centerU';
25export const centerV = 'centerV';
26export const premultiplyAlpha = 'premultiplyAlpha';
27export const unpackAlignment = 'unpackAlignment';
28export const encoding = 'encoding';
29export const noFlipY = 'noFlipY';
30export const color = 'color';
31export const near = 'near';
32export const far = 'far';
33export const alpha = 'alpha';
34export const noPremultipliedAlpha = 'noPremultipliedAlpha';
35export const antialias = 'antialias';
36export const noStencil = 'noStencil';
37export const preserveDrawingBuffer = 'preserveDrawingBuffer';
38export const noDepth = 'noDepth';
39export const logarithmicDepthBuffer = 'logarithmicDepthBuffer';
40export const shadowMapEnabled = 'shadowMapEnabled';
41export const precision = 'precision';
42export const powerPreference = 'powerPreference';
43export const camera = 'camera';
44export const scene = 'scene';
45export const material = 'material';
46export const geometry = 'geometry';
47export const map = 'map';
48export const alphaMap = 'alphaMap';
49export const fragmentShader = 'fragmentShader';
50export const uniforms = 'uniforms';
51export const vertexShader = 'vertexShader';
52export const wireframe = 'wireframe';
53export const size = 'size';
54export const noSizeAttenuation = 'noSizeAttenuation';
55export const clearcoat = 'clearcoat';
56export const clearcoatRoughness = 'clearcoatRoughness';
57export const reflectivity = 'reflectivity';
58export const specular = 'specular';
59export const shininess = 'shininess';
60export const side = 'side';
61export const vertexColors = 'vertexColors';
62export const defines = 'defines';
63export const linewidth = 'linewidth';
64export const dashSize = 'dashSize';
65export const gapSize = 'gapSize';
66export const linecap = 'linecap';
67export const linejoin = 'linejoin';
68export const distance = 'distance';
69export const decay = 'decay';
70export const angle = 'angle';
71export const penumbra = 'penumbra';
72export const target = 'target';
73export const width = 'width';
74export const height = 'height';
75export const intensity = 'intensity';
76export const groundColor = 'groundColor';
77export const light = 'light';
78export const radius = 'radius';
79export const radials = 'radials';
80export const circles = 'circles';
81export const divisions = 'divisions';
82export const color1 = 'color1';
83export const color2 = 'color2';
84export const colorCenterLine = 'colorCenterLine';
85export const colorGrid = 'colorGrid';
86export const object = 'object';
87export const directionX = 'directionX';
88export const directionY = 'directionY';
89export const directionZ = 'directionZ';
90export const length = 'length';
91export const headLength = 'headLength';
92export const headWidth = 'headWidth';
93export const tube = 'tube';
94export const radialSegments = 'radialSegments';
95export const tubularSegments = 'tubularSegments';
96export const p = 'p';
97export const q = 'q';
98export const arc = 'arc';
99export const text = 'text';
100export const depth = 'depth';
101export const curveSegments = 'curveSegments';
102export const steps = 'steps';
103export const bevelEnabled = 'bevelEnabled';
104export const bevelThickness = 'bevelThickness';
105export const bevelSize = 'bevelSize';
106export const bevelOffset = 'bevelOffset';
107export const bevelSegments = 'bevelSegments';
108export const extrudePath = 'extrudePath';
109export const uvGenerator = 'uvGenerator';
110export const font = 'font';
111export const detail = 'detail';
112export const widthSegments = 'widthSegments';
113export const heightSegments = 'heightSegments';
114export const phiStart = 'phiStart';
115export const phiLength = 'phiLength';
116export const thetaStart = 'thetaStart';
117export const thetaLength = 'thetaLength';
118export const shapes = 'shapes';
119export const phiSegments = 'phiSegments';
120export const thetaSegments = 'thetaSegments';
121export const outerRadius = 'outerRadius';
122export const innerRadius = 'innerRadius';
123export const vertices = 'vertices';
124export const indices = 'indices';
125export const points = 'points';
126export const segments = 'segments';
127export const radiusTop = 'radiusTop';
128export const radiusBottom = 'radiusBottom';
129export const openEnded = 'openEnded';
130export const depthSegments = 'depthSegments';
131export const holes = 'holes';
132export const d = 'd';
133export const src = 'src';
134export const data = 'data';
135export const autoClose = 'autoClose';
136export const position = 'position';
137export const positionX = 'positionX';
138export const positionY = 'positionY';
139export const positionZ = 'positionZ';
140export const positionRadius = 'positionRadius';
141export const positionPhi = 'positionPhi';
142export const positionTheta = 'positionTheta';
143export const rotationX = 'rotationX';
144export const rotationY = 'rotationY';
145export const rotationZ = 'rotationZ';
146export const rotationW = 'rotationW';
147export const rotationOrder = 'rotationOrder';
148export const lookAtX = 'lookAtX';
149export const lookAtY = 'lookAtY';
150export const lookAtZ = 'lookAtZ';
151export const scaleX = 'scaleX';
152export const scaleY = 'scaleY';
153export const scaleZ = 'scaleZ';
154export const castShadow = 'castShadow';
155export const receiveShadow = 'receiveShadow';
156export const hidden = 'hidden';
157export const drawRangeStart = 'drawRangeStart';
158export const drawRangeCount = 'drawRangeCount';
159export const groups = 'groups';
160export const normalized = 'normalized';
161export const itemSize = 'itemSize';
162export const usage = 'usage';
163export const array = 'array';
164export const zoom = 'zoom';
165export const fov = 'fov';
166export const aspect = 'aspect';
167export const left = 'left';
168export const right = 'right';
169export const top = 'top';
170export const bottom = 'bottom';
171export const euler = 'euler';
172export const quaternion = 'quaternion';
173export const lookAt = 'lookAt';
174export const rectangular = 'rectangular';
175export const spherical = 'spherical';
176export const xAxisColor = 'xAxisColor';
177export const yAxisColor = 'yAxisColor';
178export const zAxisColor = 'zAxisColor';