Open xeolabs opened 2 years ago
Why was this option removed for CityJSON?
In the actual release beta8 in the function parseCityJSONIntoXKTModel is missing the parameter rotateX in file convert2xkt.cjs.js.
function parseCityJSONIntoXKTModel({data, xktModel, stats = {}, log})
should be
function parseCityJSONIntoXKTModel({data, xktModel, stats = {}, rotateX, log})
Create new
convert2xkt
optionr
, to rotate LAS and CityJSON models 90 degrees about the X-axis as they are converted.Usage
To rotate a sample model: