소스 검색

Elevate POIs 3 metres above ground

master
Adrian Short 11 년 전
부모
커밋
aabb3b1131
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/helpers/posts_helper.rb

+ 1
- 1
app/helpers/posts_helper.rb 파일 보기

@@ -49,7 +49,7 @@ module PostsHelper
:axis => { :x => 0, :y => 0, :z => 1 },
:angle => 0
},
:translate => { :x => 0, :y => -0.075, :z => 0 },
:translate => { :x => 0, :y => -0.075, :z => 3 },
:scale => 1.0
}
end


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