Advertisement

D3DXVECTOR3

Started by March 08, 2003 02:19 AM
1 comment, last by bourguinet 21 years, 8 months ago
i have a pointer to a D3DXVECTOR3 in my .h file D3DXVECTOR3 m_vFromPt; Now i want to initialize m_vFromPt to some values. What is the syntax to do that ?
First of all, i think this should be in the DirectX forum
Second of all, m_vFromPt=D3DXVECTOR3(1,2,3) for example

--
MFC is sorta like the swedish police... It''''s full of crap, and nothing can communicate with anything else.
Advertisement
oh yes, i am stupid.

it is obvious now, thank you.



This topic is closed to new replies.

Advertisement