How do I create a Frustum As a node that I can add to a scene? For example:
var frustum = new Frustum();
var tr = scene.RootNode.CreateChildNode(frustum).Transform;
tr.Scale = new Vector3(obj.Width, obj.Height, 3); //…...How do I create a Frustum as a node that I can add to a scene? For example:
var frustum = new Frustum();
var tr = scene.RootNode.CreateChildNode(frustum).Transform;
tr.Scale = new Vector3(obj.Width, obj.Height, 3); //…