Skip to content

Instantly share code, notes, and snippets.

@rev087
rev087 / gist:079923df0d4105397740
Last active August 29, 2015 14:22
Procedural DNA Double Helix 3D model using Forge
using UnityEngine;
using Forge;
using Forge.Primitives;
using Forge.Filters;
public class DNADoubleHelix : ProceduralAsset {
private float Radius = 0.04f;
private float Offset = 0.4f;
@rev087
rev087 / en.json
Last active June 16, 2016 04:40
Angular 2 i18n module idea
{
"login-with": "Login with {r0}",
"try-without-acc": "Try without an account",
"new-notifications": {
"string": "You have {p0}",
"plural": {
"p0": { "zero": "no notifications", "one": "one notification", "other": "# notifications"}
}
},
"found-x-in-nth-cat": {