Browsing articles from "January, 2012"
Jan
31
2012

Sphere Ninja (proto)

This was made in 4-5hrs, just for a quick test.. Lots of room for improvisation.. also it doesnt do any cutting, just hides the original sphere and instantiates 2 slices with same speed/rotation.. You could make it less fake by creating 8 ready slices from […]

Jan
30
2012

Fake Splat With Particles

Quick test for wall “splat”.. (faking it with particles..) How it (kind of) works: – On mouse click, instantiate splat mesh prefab, random z-rotation – Prefab has mesh particle emitter ([x] one shot, force+random force to give particles varying speeds) – Destroy object after 10 […]

Jan
27
2012

Simple Shadow Casting Algorithm

Converted part of this code into Unity(js) : A Simple Algorithm For Casting Shadows Screenshot info: – Red lines = from camera to vertex – Green lines = from vertex to ground – Blue lines = shadow plane vertices (no plane on this version yet, […]

Jan
24
2012

Ray Tracing & Photon Mapping (Unity3D C#)

Converting some ray tracing code from java/processing (original source by Grant Schindler/2007) 1st version works fine already, just missing the user interactions.. (and its quite slow at the moment) Current progress: v1.0 – 512×512 render:  time 23.65258s (got it down to 16.54801s, if disable preview […]

Jan
20
2012

Wipe transition (Shader)

Wipe shader test.. Modified unity version from the original glsl shader “postpro” by iq (2009) Webplayer: http://unitycoder.com/upload/demos/mWipeShader/ Source: (shader)

Jan
19
2012

Bresenham’s line algorithm (Unity javascript)

* image from wikipedia, public domain Converted this function to Unity javascript: http://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm Notes:It works.. Webplayer:http://unitycoder.com/upload/demos/Bresenhamline/ Download webplayer source:Bresenham.unitypackage old unityscript sourcehttps://gist.github.com/unitycoder/90f0f1896e38a13d98e3d0c84ea45789

Jan
15
2012

Xiaolin Wu’s line algorithm to Unity Javascript

Converted this function to Unity3D Javascript : http://en.wikipedia.org/wiki/Xiaolin_Wu%27s_line_algorithm (Still has few bugs left..see that vertical line in screenshot..) Webplayer: coming later Can anyone find the error in this code? Why doesnt it draw vertical lines..? !note, couple lines are commented out, swapping x<>y, if I […]

Jan
14
2012

2D Fluids with Cellular Automata

2D Fluids test.. Trying to make water like this (see forum link), but in 2D (like the original java link there) First version works.. but using SetPixel, which is slow.. *Updated screenshot, added webplayer Currently its drawing those boxes with setpixel.. *Check also the newer […]

Jan
14
2012

Walking Block Rotation

Testing rotating / walking block code.. (as seen in many puzzle games) Current progress: – Screenshot: Step.1 and Step.2 (going towards right direction) – Can walk one direction.. – Need to add smooth movement (now it rotates 90 degrees instantly) *This one failed.. not going […]

Jan
8
2012

Object placement & pickup with mouse

Testing.. related to this topic: http://forum.unity3d.com/threads/118581-Placing-object-on-mouse-down Controls: Left mouse button, place object While placing object, hold mousebutton down to keep moving the object With left mouse button, you can pick previously added objects (hold button down to move them) Webplayer: (flash) http://unitycoder.com/upload/demos/mMousePlacementPick1/ Download example scene: […]

Pages:12»

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch Instagram

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.