[Gambas-user] sge component and md2 file modeling software
Benoît Minisini
gambas at ...1...
Thu Nov 14 11:21:24 CET 2013
Le 14/11/2013 06:13, Kevin Fishburne a écrit :
> Using the example program as a reference I was able to successfully
> render one of its included md2 models. If anyone needs a very spartan
> starter tutorial, my basic code looks like this:
>
> ' Model array declared at beginning of Render module.
> Public Model[32768] As Md2Object
You should really stop using all these embedded arrays, and use normal
arrays instead ! :-)
--
Benoît Minisini
More information about the User
mailing list