@djkorova How did you get those lighting effects? I cannot seem to find any way of doing that.
ProjectCentauri2011 8 months ago
like rotateSpeed 0.0,0.0, and so on
HDElectronicscouk 10 months ago
@HDElectronicscouk i can't get it right,for example i want to rotate X,how to do that?
tdiSRB 9 months ago
and if you anted to change the rotation of the planet just change where the rotateSpeed to either the x,y,z
You could just add a code to it like this var rotateSpeed : float = 1.0;
function Update () {
transform.Rotate (0.0, rotateSpeed, 0.0 * Time.deltaTime);
}
@HDElectronicscouk Yes you could definitely do it through code like this
djkorova 9 months ago
what if you had a bird and you wanted to make it flap its wings and make a flight around where you want ot ? anyone ??
flashpowr 10 months ago
@djkorova How did you get those lighting effects? I cannot seem to find any way of doing that.
ProjectCentauri2011 8 months ago
like rotateSpeed 0.0,0.0, and so on
HDElectronicscouk 10 months ago
@HDElectronicscouk i can't get it right,for example i want to rotate X,how to do that?
tdiSRB 9 months ago
and if you anted to change the rotation of the planet just change where the rotateSpeed to either the x,y,z
HDElectronicscouk 10 months ago
You could just add a code to it like this var rotateSpeed : float = 1.0;
function Update () {
transform.Rotate (0.0, rotateSpeed, 0.0 * Time.deltaTime);
}
HDElectronicscouk 10 months ago
@HDElectronicscouk Yes you could definitely do it through code like this
djkorova 9 months ago
what if you had a bird and you wanted to make it flap its wings and make a flight around where you want ot ? anyone ??
flashpowr 10 months ago