Page MenuHome

Documentation for Raycast geometry node
ClosedPublic

Authored by Lukas Tönne (lukastoenne) on Jun 16 2021, 11:38 AM.

Details

Summary

Docs for the new raycast node.

Code review: D11619

Diff Detail

Branch
/trunk/blender_docs
Build Status
Buildable 15291
Build 15291: arc lint + arc unit

Event Timeline

Removed the "index" input in accordance with code.

Looks good. Usually we try not to have the nodes selected in the screenshots, I'm not sure it's worth taking it again though.

manual/modeling/geometry_nodes/geometry/raycast.rst
31

typo: create -> created

43

An optional attribute -> An optional output attribute. Same for the others.

Might as well make it clear in the documentation if we can't in the UI ;)

73

to the attribute values on the result geometry

79

typo: choses -> chooses

This revision is now accepted and ready to land.Jun 17 2021, 7:38 PM
Lukas Tönne (lukastoenne) marked 3 inline comments as done.

Unselected node for image and socket doc clarified.

Updated the image.

manual/modeling/geometry_nodes/geometry/raycast.rst
43

An optional attribute -> An optional output attribute. Same for the others.

Might as well make it clear in the documentation if we can't in the UI ;)

This one is an input attribute actually. It's the attribute that gets interpolated, the results are stored in "Hit Attribute". I've tried make this a bit more clear now. All the output attributes are described as such now.

manual/modeling/geometry_nodes/geometry/raycast.rst
43

Oops, I managed to put that comment on the one input attribute name! Thanks.