- Sort Posts
- 5 replies
- Last post
Re: Change color of 3D model
April 13, 2012 - 8:01am #6
Re: Change color of 3D model
April 13, 2012 - 6:39am #5
Re: Change color of 3D model
April 11, 2012 - 7:44pm #4
Here is a thread on the Unity forum that demonstrates a few methods for accomplishing this - http://forum.unity3d.com/threads/51117-Change-color-of-an-individual-Game-Object
So you are either affecting the material color, or the vertex colors on the mesh.
To accomplish this interactively, simply execute these methods from the appropriate event handler.
Re: Change color of 3D model
April 10, 2012 - 12:03pm #3
Hi David,
sorry for my imprecision (and for my english).
The question is how to change color of the model in the app, when target is detect and model is show by app.
I would change color of an object interactively with a screen touch or with an interface button.
It is possible?
Tankyou
Attach it to an object at the top level of your project hierarchy. This could be a GameObject instance, or an instance of the ARCamera.
Post a snippet of the code you're using if you still have trouble.