Page 1 of 1
I did it
Posted: Sat Jun 23, 2018 16:27 pm
by DryFun
This is the first model added to the game by non-devs

- scr_20180623_201300.jpg (157.25 KiB) Viewed 2073 times
Re: I did it
Posted: Sat Jun 23, 2018 17:34 pm
by Kharg
FINALLY!
Re: I did it
Posted: Sat Jun 23, 2018 21:43 pm
by DryFun
12 years...
Re: I did it
Posted: Thu Jun 28, 2018 18:10 pm
by Scrat
We did our waiting! 12 years in Paraworld!
very nice! how did you do it?
Re: I did it
Posted: Mon Jul 09, 2018 22:28 pm
by AnthonyCole
Re: I did it
Posted: Sun Aug 12, 2018 11:55 am
by DryFun
// Assuming BBox.min.X <= x <= BBox.max.X, etc.
unsigned long long packedBits;
int ix, iy, iz;
ix = (int)(8191.0f*((x - BBox.min.X)/(BBox.max.X - BBox.min.X)) + 0.5f);
iy = (int)(8191.0f*((y - BBox.min.Y)/(BBox.max.Y - BBox.min.Y)) + 0.5f);
iz = (int)(8191.0f*((z - BBox.min.Z)/(BBox.max.Z - BBox.min.Z)) + 0.5f);
packedBits =
(unsigned long long)ix |
((unsigned long long)iy << 13)|
((unsigned long long)iz << 26);
Re: I did it
Posted: Wed Aug 29, 2018 15:30 pm
by Deadworker
Nice to hear man!
Re: I did it
Posted: Thu Aug 30, 2018 22:38 pm
by demetrius
so now,new dynosaurs/units can be added?
Re: I did it
Posted: Sat Sep 01, 2018 10:46 am
by DryFun
Still problems with animations