About Store Forum Documentation Contact



Post Reply 
How to attach actor to mesh
Author Message
Truelegend Offline
Member

Post: #1
How to attach actor to mesh
Hello, anyone know how to attach actor to mesh. for example i have
Code:
Actor t1Actor;
Mesh t1Mesh;

Can i set Actor to Mesh?
04-18-2011 10:02 PM
Find all posts by this user Quote this message in a reply
Mardok Offline
Member

Post: #2
RE: How to attach actor to mesh
t1Mesh.draw(t1Actor.matrix());

Are you kidding? You should check tutorials, Esenthel explained all...

-----------------------
Actor to mesh? why?
(This post was last modified: 04-18-2011 10:31 PM by Mardok.)
04-18-2011 10:29 PM
Find all posts by this user Quote this message in a reply
Post Reply