Archive for 9月, 2014

 

unity : skyboxを回転させたい。

9月 28th, 2014

ということで、カメラは固定なんだけど、背景は少し動かしたいなと思い。 もう一つskybox用のカメラを用意して回転させる main camera : depth only depth : -1 skybox camera : skybox depth : -2 にして、skybox cameraに回転用スクリプトを設置。 これだけでOKでした。 一枚の画像でシンプルにやるにはこちらの方法で出来るようです。 【Unity】SkyBox(背景)を簡単に360度回転させる方法 http://makers.hatenablog.com/entry/2014/03/01/053213 keijiro/GalaxyBox https://github.com/keijiro/GalaxyBox

Read full article | コメントは受け付けていません。

[titanium] alloy config.json

9月 21st, 2014

alloyでコンフィグをつかう [http://docs.appcelerator.com/titanium/3.0/#!/guide/Project_Configuration_File_(config.json)] config.json { “global”: { “defaultTimeout”: 100000 }, “env:development”: {}, “env:test”: {}, “env:production”: {}, “os:android”: {}, “os:blackberry”: {}, “os:ios”: {}, “os:mobileweb”: {}, “dependencies”: {} } Alloy.CFG.defaultTimeout でアクセス。

Read full article | コメントは受け付けていません。

titanium mobile : ti.admob

9月 12th, 2014

admobを入れてみる。。。 モジュールの探し方 http://docs.appcelerator.com/titanium/latest/#!/guide/Using_Titanium_Modules ti.admobを使う https://github.com/appcelerator-modules/ti.admob ダウンロードして Global Installation Locate your Titanium SDK installation location. For help, see Installing Titanium SDK Continuous Builds for the default location of the SDK folder. Drag the .zip file under the /Titanium folder. As an example, on OS X, the path might look like “/Library/Application Support/Titanium/module.zip”. のほうで /Users/username/Library/Application Support/Titanium/ti.admob-master.zip を入れてみた・・・こんなかんじでmodule以下に自分で入れないとダメ? […]

Read full article | コメントは受け付けていません。

squid : proxy 設定

9月 11th, 2014

http://tejunsho.com/squid/20130319000170.html http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#Can_I_make_Squid_proxy_only.2C_without_caching_anything.3F cache deny all hostnameのwarningが出るので visible_hostname unknown

Read full article | コメントは受け付けていません。

php imagemagick imagick

9月 10th, 2014

# yum install ImageMagick # yum install ImageMagick-devel # pecl install imagick # echo “extension=imagick.so” >> /etc/php.d/imagick.ini array(2) { ["versionNumber"]=> int(1620) ["versionString"]=> string(68) “ImageMagick 6.5.4-7 2014-02-10 Q16 OpenMP http://www.imagemagick.org” }

Read full article | コメントは受け付けていません。

通話料金 : iijmio, fusion ip smart, skype

9月 5th, 2014

https://www.iijmio.jp/hdd/service/voice.jsp 21.6円/30秒 ( 43.2円/1分 http://ip-phone-smart.jp/smart/charges/ 8円/30秒 ( 16円/1分 http://www.skype.com/ja/rates/ http://blogs.skype.com/2014/02/16/ja-skype_skypecredit_for_japan/ 固定 2.26円/1分 携帯 10.86円/1分 line電話 http://line.me/ja/call 固定 3円/1分 携帯 14円/1分 ということで圧倒的にskypeが安いですね。line電話もなかなか安いようです。 ただ番号通知されないので fusionは無料で電話番号がある。 iijmioは当然電話なので遅延がなくて一番良いと思います。 事務的な電話はskype、番号通知が必要な場合は、fusionかiijmioで利用したいと思います。 line,skype,fusionはそれぞれの同じアプリを利用していれば無料なのでそれには勝てませんね

Read full article | コメントは受け付けていません。

iOS : ready for saleでも公開されない。

9月 5th, 2014

だいたい。 8/金 火 : 修正更新 9/4 金(朝):wating for review , 3: 26 in review 5: 53 processing for app store 7: 14 ready for sale まで問題なく更新されました。 が、、、待てど暮らせど公開されません。。。 今までの7個は、ready for saleから数分で公開されていたのですが・・・ 検索したところ24時間以内に公開されなければ連絡を?と書かれているページがあるようなのですが 12時間経過しても公開されないのでメールしておきました。 unity で 3D actionゲームを作成しました。是非お試しください。 iOS版 https://itunes.apple.com/ja/app/lost-knight-3d-action/id900917032?ls=1&mt=8 Android版 https://play.google.com/store/apps/details?id=com.groundroad.lostknight unityでのお仕事も募集中です。お気軽にご連絡ください。山手線近辺であれば対面での打ち合わせ可能です。

Read full article | コメントは受け付けていません。