Hi All,
I want to try to ask here, hopefully a Dev is seeing this and is willing to give me some inside, or of course anyone else knowing this.
My intention is to upgrade the Industry models. But before I can do that, I would like to ask a few questions.
1) If I read the mdl’s correctly, each industry in the landscape is being put together by a couple of smaller child meshes, and of course LOD’s.
Is there something special that I have to take into account when making them, so that they fit together ?
Also, what is the synthax for the lines for the childrens
transf = {
1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
It will be hard trying it by trail and error, so any insight would be appreciated.
2) Is it possible to create Industries that are a bit bigger ? Currently, the sizes are different, so I suppose yes. But is there a limit I will run into ? However, I plan on someting max 2 times the size of the larger ones, like coal mine.
3) Could you please give some inside how the bounding boxes information must be interpreted ?
==================
boundingInfo = {
bbMax = {
22.211656570435, 16.599798202515, 15.1309099197388,
},
bbMin = {
-26.0, -15.0, -0.0,
},
====================================
Obviously some x,y,z Coordinates, however the large numbers at bbMax are a bit “strange” with the amount of numbers after the comma.
Any help and information would be appreciated.
B/R
Starman