Tag: tutorial

  • How To Convert Javascript to C# In Unity – Crash Course Tutorial

    http://jvunity.com :: Jimmy gives a crash course on the subtle differences between Js and C# in Unity and how you can better yourself by changing to C#. Consider Supporting @ http://patreon.com/jimmyvegas Follow us on Twitter: https://twitter.com/jimmyvegas17 Join us on Facebook: https://www.facebook.com/jimmyvegas3d Our Website: http://jvunity.com Original source

  • Basic Cosplay Photography Tutorial

    Basic Cosplay Photography Tutorial

    Learn with our books: https://www.kamuicosplay.com/books Support our videos: https://www.patreon.com/kamuicosplay Getting awesome photos of you in cosplay is actually super easy! All you need is a friend, a DSLR (borrowed or your own) and a lens with a fixed focal length! Thanks a lot to my amazing model Naraku for helping me with this tutorial! Check…

  • Blender Tutorial – How To Texture

    Blender Tutorial – How To Texture

    https://i.ytimg.com/vi/wZJmuA_3Sfs/hqdefault.jpg Checkout the Official BlenderMania Site! https://www.blendermania3d.com/ Hey Blendermaniacs! Blender Tutorial – How To Texture. In this tutorial and how to video we look at how to texture in the 3D graphic arts program, Blender! Join the community on FB! https://www.facebook.com/BlenderMania-975770935775195/?ref=hl Link to the texture used in this video: http://www.textures.com/download/metalbare0182/108464 source

  • Recreate the Starcraft 2 Logo in Blender

    Recreate the Starcraft 2 Logo in Blender

    https://i.ytimg.com/vi/gm6-qmrYIFU/hqdefault.jpg Blender Tutorial: http://www.blenderguru.com/recreate-the-starcraft-2-logo/ In this tutorial you will learn: -How to use area lamps effectively -How to quickly UV unwrap text -When to use an orthographic camera -How to imitate complex lighting using textures source

  • JavaScript Tutorial For Beginners – NaN (Not a Number)

    Hey all, I thought it about time I introduced you all to NaN ;). So in this JavaScript tutorial for beginners I’ll be showing you what NaN is (Not a Number) and how we can use it to check whether certain variables are indeed a number or not. As usual, ask away with any questions…

  • How to Create a Lightning Storm in Blender

    How to Create a Lightning Storm in Blender

    https://i.ytimg.com/vi/LB0dphDcC7g/hqdefault.jpg Blender Tutorial : http://www.blenderguru.com/how-to-create-a-lightning-storm/ During this tutorial you will discover how to: -Quickly model a detailed lightning bolt -Make an object disintegrate -Create light flashes -Add glow and glare effects in the compositor source

  • Autodesk Maya 2014 Beginner – Edit Mesh Menu – Extrude, Bridge, Append to Polygon

    https://i.ytimg.com/vi/Xq5eQoxoR8I/hqdefault.jpg Autodesk Maya 2014 Beginner Tutorial – Edit Mesh Menu – Extrude, Bridge, Append to polygon tool. This is a tutorial for people who are new to using Maya or any 3d program. I go over some of the tools found under the edit mesh menu. I give step by step instruction on the practical…

  • Play! Framework 2.0 Tutorial MySQL

    Play! Framework 2.0 Tutorial MySQL

    How to get MySQL running with Play! Framework 2.0. known bugs: ebean not ebeans, Mr. WhereISMyDipp 🙂 Original source

  • JavaScript Tutorial – what is prototype object

    Object keeps different properties and some may be methods also. Every object is associated with another prototype object. Object inherits all properties from the prototype object. {} empty object inherits properties from it’s prototype object Object.prototype. [] empty array inherits properties from it’s prototype object Array.prototype. Object.getPrototypeOf(o) returns prototype object of object o. new Object…

  • MySQL tutorial 12 – Deleting data

    MySQL tutorial 12 – Deleting data

    This tutorial will show you how to delete rows from a database. Be careful though. If you make a mistake here, you might accidentally land up deleting more data than you wanted to. Sponsored… Original source