View Single Post
  #1  
Old 05-23-2008, 03:27 AM
dan12345 dan12345 is offline
Member
 
Join Date: Jan 2008
Posts: 58
Inheritence with node3d

I wanted to create my own object ( a table, a few children nodes connected
to it, and a few children nodes connected to them ), and to
extend the functionlaties of my object, whilst keeping all the node3d
functions ( such as visible, rotate, etc... ) available.

So is it possible to inherit from the node3d class? If so, how do i do it?
thanks
Reply With Quote