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

I introduced 3D model of Kid Merlion staying at Merlion park in Singapore that I created before in this blog. [Link: I tried to create 3D model of Kid Merlion.]   [Merlion 3D Modeling] In that time, I also declared to create 3D model of Dad Merlion which is located at Singapore Sntosa island, then I finally completed to create it. That is following image. In addition, I also show... Read more

[Blender] Mirrored object is shown at wrong positions.

In Blender, after doing some operations such as copying, moving, rotating to the object, sometimes happen not correctly work Mirror modifier. Like following image.   [The reason to happen] This is happen because the “Origin” of the object was moved by some operations for the object. (The orange dot in the above image is the Origin of the object.) Then the unexpected shape appeared by making the object mirrors or... Read more

[Unity] I tried to draw to Texture. Part2

Last time, I tried to directly draw to a texture attached game object. [ Previous: I tried to draw to Texture. Part1 ] In the blog log, looks like many people are reading the source, so this time I’m explaining more about the logic for beginners. Following is the C# source for drawing a texture, I added many comments so that you can understand easily this source. This ‘Paint_Line’ method... Read more