UDP Client Example in Swift 3.1

UDP stands for User Datagram Protocol. It is one of many protocols in electronic communications for send information. It is ideal for small amounts of information and/or situations where relieability is not a priority, and simplicity. For more information use Wikipedia to get started. Most simple examples for writing programs using UDP online are in … Continue reading "UDP Client Example in Swift 3.1"

Read More

Getting It Done With Blender: Parenting an Object

Sorry, no pictures this time! I did the following to create a parent-child link between two objects in Blender: First select the object that will be the child Second, hold down the [Shift] key, and select the object that will be the parent Click in the 3D window, press [Ctrl] + [P] then select “Object”. … Continue reading "Getting It Done With Blender: Parenting an Object"

Read More

Getting It Done With Blender: Combining Objects to Form A New Object

In the previous post, a sphere was manipulated into an apple slice shape. Now, the desire is to combine the apple slice with a cylinder having a large width along the x and y-axis and shorter height in the z-axis. First, using the workflow for removing vertices/faces from the previous post, remove the bottom face … Continue reading "Getting It Done With Blender: Combining Objects to Form A New Object"

Read More