Link Search Menu Expand Document

You are browsing the documentation for v0.x.
Visit here for the newest version.

float

Float number. It can be a premitive or an object that is castable to string because prop is parsed by parseFloat() function.

Examples below set the fov prop to 63.35.

<vgl-perspective-camera fov="63.35" />
<vgl-perspective-camera :fov="63.35" />

List of prop types