Repository

Ray

Extends:

three~THREE_Ray → Ray

A ray that emits from an origin in a certain direction.

Method Summary

Public Methods
public

Test intersection between this ray and a mesh bounding box

Public Methods

public intersectsMeshBox(mesh: Mesh): Boolean source

Test intersection between this ray and a mesh bounding box

Params:

NameTypeAttributeDescription
meshMesh

the mesh to test the ray with

Return:

Boolean

intersection result