Hi Guys,
I am in the VERY early stages of writing an exporter for REVIT using vb.net and the revit API. This is more a hobby and will probably take a while since I only have a couple of hours a week / month to spend on it but anyway I am happy to give it a shot!
I looked at the scene file documentaion and got some questions, apologies in advance If I missed the obvious...
LookAt - I couldnt find much (any?) documentation on this parameter. The sample files shows three pairs of coordinates (vectors?) for this. Am I right assuming that the first is the camera position, second view direction and third ? (camera rotation around x or y axis?)
Sampler:
metropolis::largemutationprob - default value is 0.4f - what does the f stands for?
metropolis::micromutationprob - default is 0.f - what does the f stands for?
Filter:
The common filter parameters are xwidth and ywidth. Box and sinc filter have xwidth and ywidth listed as specific parameters.
Does this mean that those two filters
- have default values for xwidth and ywidth that differ from then ones for the common filter or
- have two sets of xwidth and ywidth parameter?
Thanks in advance for the help.
S