Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mpashnin

Pages: [1]
1
Thank you for your patience, Maru!
I need to get coordinates to make morphing between set of panoramas. Many control points, many sperical cameras, if possible without rendering
Here is a link to the morphing tool — https://github.com/district10/texture-morpher demos will make idea more clear!

2
I need to get these coordinates on rendered images (or on equirectangular representation of scene) for about 30 points in scene. For each of 5 cameras it will be different, because of relative position. Can i get access to spherical panorama before rendering process?

3
To make it more clear, i'll give an example. 4 points in scene should be presented as pairs of values (pixel offset)

img-1 1000*500px
1 — 837; 202
2 — 910; 219
3 — 910; 267
4 — 837; 278

img-2 1000*500px
1 — 622; 208
2 — 754; 191
3 — 754; 286
4 — 622; 275

4
Dear community, I ask you for advice

I have a scene with a set of spheriacal 360 cameras in there. The panoramas will used in 3d tour and i need to get some data to make realistic transition between views.
Exactly, i need to get coordinates (x,y) of point at rendered image, witch will be projection of point in 3d scene. So it will be set of points in 3d scene and set of coords for each rendered panorama.

I think, i can get needed data from camera via maxscript, but i still haven't found any usefull information.

Hope for any help, guys!

Pages: [1]