protozoan
protozoan
About Me
Connect
LOCATION
Not Specified
ウェブサイト
Houdini Engine
Availability
Not Specified
Recent Forum Posts
How to: Camera Look At Primitive in Solaris? 2024年12月25日10:51
There are probably many ways to do this, here's one:
Stick your point position into a detail attribute (in SOPs), that automatically ends up in a primvar after the sopcreate.
Then add an Xform, and after that you put the previously stored primvar onto the xform as a translation.
Then you point the camera's look-at to the xform, and not the primitive where the position came from.
You also may want to cache this, which I have not done in this example (see attached).
Stick your point position into a detail attribute (in SOPs), that automatically ends up in a primvar after the sopcreate.
Then add an Xform, and after that you put the previously stored primvar onto the xform as a translation.
Then you point the camera's look-at to the xform, and not the primitive where the position came from.
You also may want to cache this, which I have not done in this example (see attached).
Seek help! I would like to know the correct way to use "karm 2024年12月22日10:00
This is expected behavior.
You can do it like this: Put a generic file name into the point cloud file parameter, like pcloud.0001.bgeo.sc
Append a edit material properties LOP after your material library.
Point its primpattern to your point cloud reader primitive, for example /materials/karmamaterial/kma_pcread1/
Press the "Create parameters" button, the parameters of that primitive will now appear underneath and can be modified.
Modify the point cloud file parameter to include the frame token, like pcloud.$F4.bgeo.sc
If you look at it in the geometry spreadsheet, you can now see that when you move on the timeline it will correctly update the primitive parameter.
A simplistic example file is attached.
You can do it like this: Put a generic file name into the point cloud file parameter, like pcloud.0001.bgeo.sc
Append a edit material properties LOP after your material library.
Point its primpattern to your point cloud reader primitive, for example /materials/karmamaterial/kma_pcread1/
Press the "Create parameters" button, the parameters of that primitive will now appear underneath and can be modified.
Modify the point cloud file parameter to include the frame token, like pcloud.$F4.bgeo.sc
If you look at it in the geometry spreadsheet, you can now see that when you move on the timeline it will correctly update the primitive parameter.
A simplistic example file is attached.
ZOOM on tracked camera 2024年12月12日16:26
If by "zoom" you mean in the viewport only, without changing the actual render output (for example to see something you edit bigger and more clearly): On the left side of the viewport, there is a 'view' icon (small camera icon), if you right click that, you can change the mode from "3D camera" to "2D pan and zoom" which lets you zoom and pan around in the view as needed.