gfx.geometryRender(model, texture, x, y, z, rotationX, rotationY, rotationZ, lightEmission, scaleX, scaleY, scaleZ, renderInsideFaces)
Renders a json geometry model
Parameters
texture
stringthe texture to render the model with
[Optional] x
numberThe position X
[Optional] y
numberThe position Y
[Optional] z
numberThe position Z
[Optional] rotationX
numberThe rotation X
[Optional] rotationY
numberThe rotation Y
[Optional] rotationZ
numberThe rotation Z
[Optional] lightEmission
integerThe light emission (0-15)
[Optional] scaleX
numberThe scale X
[Optional] scaleY
numberThe scale Y
[Optional] scaleZ
numberThe scale Z
[Optional] renderInsideFaces
booleanShould render the inside faces
Return Value
This function does not return anything.