
subdivision3d( x, ...)
## S3 method for class 'mesh3d':
subdivision3d( x, depth=1, normalize=FALSE, deform=TRUE, ... )
divide.mesh3d(mesh, vb=mesh$vb, ib=mesh$ib, it=mesh$it )
normalize.mesh3d(mesh)
deform.mesh3d(mesh,vb=mesh$vb,ib=mesh$ib,it=mesh$it )
deform
is TRUE
r3d
mesh3d
open3d()
shade3d( subdivision3d( cube3d(), depth=3 ), color="red", alpha=0.5 )
Run the code above in your browser using DataLab