UNPKG

@openhps/core

Version:

Open Hybrid Positioning System - Core component

16 lines (15 loc) 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.modelViewProjection = void 0; var _TSLCore = require("../tsl/TSLCore.js"); /** * TSL object that represents the position in clip space after the model-view-projection transform of the current rendered object. * * @tsl * @type {VaryingNode<vec4>} */ const modelViewProjection = exports.modelViewProjection = /*@__PURE__*/(0, _TSLCore.Fn)(builder => { return builder.context.setupModelViewProjection(); }, 'vec4').once()().toVarying('v_modelViewProjection');