gfx.geometryRender(model, texture, x, y, z, rotationX, rotationY, rotationZ, lightEmission, scaleX, scaleY, scaleZ, renderInsideFaces)


Renders a json geometry model

Parameters


model

JsonGeometry

the model to render

texture

string

the texture to render the model with

[Optional] x

number

The position X

[Optional] y

number

The position Y

[Optional] z

number

The position Z

[Optional] rotationX

number

The rotation X

[Optional] rotationY

number

The rotation Y

[Optional] rotationZ

number

The rotation Z

[Optional] lightEmission

integer

The light emission (0-15)

[Optional] scaleX

number

The scale X

[Optional] scaleY

number

The scale Y

[Optional] scaleZ

number

The scale Z

[Optional] renderInsideFaces

boolean

Should render the inside faces

Return Value


This function does not return anything.