2011-07-30から1日間の記事一覧

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) Enter current password for root (enter for none):

Enter current password for root (enter for none): Enter

Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist

Type. mysql_install_db It maybe solve the problem.

disco light ディスコライト

ライトにcookieを付加 http://unity3d.com/support/documentation/Components/class-Light.html ディスコのライトに使えそう! 追記: Build SettingsのPlatformがAndroidなどの携帯端末だと ライト機能が弱くなり、ライトのCookieは使えない。 「なんでCooki…

grass texture bump mapping

草のような柔らかいものにbump mappingしても、簡単にはうまくいかないようです。 (gimp normalmap pluginでnormap map画像を生成)

コンソール・ゲーム C言語 getch kbhit linux

http://www.plustarnet.com/aspil/Programming/console01.htm windows用のプログラムをcygwinで動かしてみた。表示が崩れた.. conio.hがなくてgetch, kbhitが使えなかったので getch linuxなどで検索して使えるようにして動かした。#include <stdio.h> #include <termios.h> #inc</termios.h></stdio.h>…