MCPcopy Create free account
hub / github.com/RenderKit/embree / addSubdivPlane

Method addSubdivPlane

tutorials/verify/verify.cpp:314–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 }
313
314 std::pair<unsigned,Ref<SceneGraph::Node>> addSubdivPlane (RandomSampler& sampler, RTCBuildQuality quality, size_t num, const Vec3fa& p0, const Vec3fa& dx, const Vec3fa& dy) {
315 return addGeometry2(quality,SceneGraph::createSubdivPlane(p0,dx,dy,num,num,2.0f));
316 }
317
318 std::pair<unsigned,Ref<SceneGraph::Node>> addSphere (RandomSampler& sampler, RTCBuildQuality quality, const Vec3fa& pos, const float r, size_t numPhi, size_t maxTriangles = -1, const avector<Vec3fa>& motion_vector = avector<Vec3fa>())
319 {

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected