strarsis 8 년 전
committed by GitHub
부모
커밋
54dc9c3cf1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      utils/multires/generate.py

+ 1
- 1
utils/multires/generate.py 파일 보기

@@ -67,7 +67,7 @@ if float(origWidth) / origHeight != 2:
if args.cubeSize != 0: if args.cubeSize != 0:
cubeSize = args.cubeSize cubeSize = args.cubeSize
else: else:
cubeSize = 8 * int(origWidth / math.pi / 8)
cubeSize = 8 * (origWidth / math.pi / 8)
levels = int(math.ceil(math.log(float(cubeSize) / args.tileSize, 2))) + 1 levels = int(math.ceil(math.log(float(cubeSize) / args.tileSize, 2))) + 1
origHeight = str(origHeight) origHeight = str(origHeight)
origWidth = str(origWidth) origWidth = str(origWidth)


불러오는 중...
취소
저장