Mostrando las entradas con la etiqueta English. Mostrar todas las entradas
Mostrando las entradas con la etiqueta English. Mostrar todas las entradas

sábado, 9 de enero de 2010

Getting Started with PV3D(Papervision 3D) Part 2

Part 1: Getting Started with PV3D (Papervision 3D)
So on the previous tutorial i explained the basics of Papervision 3D, but we just set a static cube on the 3d scene and PV3D do a lot more things. On this tutorial i will explain how you can add Movement to the objects you added.

miércoles, 6 de enero de 2010

Getting started with SVN(Subversion)

More than once, whenever we want to download libraries from websites, we are going to have the option of using a Subversion instead of downloading a .zip, which is better, because we will be able to get the latest version of the library every time.
You see, subversion (svn) is a system created for handling repositories, which is a way of organizing every version that a project has. Within these repositories, it is likely that you’ll find a folder which contains the latest version and others with previous versions or test versions.
That’s all very nice, but, how can you use this?