[Blender] I tried to create 3D model of Kid Merlion.

I created 3D model of Kid Merlion to use in my game app. [Link: Game App from Lab7] However, Kid Merlion is not so famous in the global wide. I believe that you know Merlion itself at least even if you don’t live in Singapore. In Singapore, actually, some Merlions exists. The most famous one is one staying at Merlion Park near Marina bay sands, and there are 2 Merlions there,... Read more

[Unity] I tried to draw to Texture. Part1

This time, I tried to directly draw to a texture attached a game object. This program is very simple. To test drawing to a texture, it’s drawing yellow color at the position where the game object is locating on the red texture which is attached on a field’s game object. [To realize this function] There are 2 game objects and 2 C# programs for this test. ‘Test_Draw’ is a program... Read more