Skip to content

Instantly share code, notes, and snippets.

View vijayveluri03's full-sized avatar

Vijay Veluri vijayveluri03

View GitHub Profile
@vijayveluri03
vijayveluri03 / MathTestForKids.cpp
Last active December 12, 2018 15:23
A simple C++ program to sharpen your skills in math :)
//
// main.cpp
// TablesExercise
//
// Created by Vijay Veluri on 03/07/18.
// Copyright © 2018 Vijay Veluri. All rights reserved.
//
#include <iostream>
#include <vector>
IEnumerator Glitch()
{
// vertex move
glitchDuration = new WaitForSeconds(Random.Range(.05f,.25f));
holoRenderer.material.SetFloat ("_Amount", 1f);
holoRenderer.material.SetFloat ("_CutoutThresh", 0f);
//holoRenderer.material.SetFloat ("_Amplitude", Random.Range (100, 250));
//holoRenderer.material.SetFloat ("_Speed", Random.Range (1, 10));
yield return glitchDuration;