|
|
@ -29,7 +29,7 @@ export default class WayRenderer extends BaseRenderer { |
|
|
* 默认点的高度, 防止和地面重合 |
|
|
* 默认点的高度, 防止和地面重合 |
|
|
*/ |
|
|
*/ |
|
|
readonly defulePositionY: number = 0.8 // 默认点的高度, 0.01, 防止和地面重合
|
|
|
readonly defulePositionY: number = 0.8 // 默认点的高度, 0.01, 防止和地面重合
|
|
|
readonly defaultScale: THREE.Vector3 = new THREE.Vector3(1, 1, 0.1) |
|
|
readonly defaultScale: THREE.Vector3 = new THREE.Vector3(0.25, 0.25, 0.1) |
|
|
readonly defaultRotation: THREE.Vector3 = new THREE.Vector3(90, 0, 0) |
|
|
readonly defaultRotation: THREE.Vector3 = new THREE.Vector3(90, 0, 0) |
|
|
|
|
|
|
|
|
constructor(itemTypeName: string) { |
|
|
constructor(itemTypeName: string) { |
|
|
|