Exemple #1
0
        public void Prepare()
        {
#if BVH
            if (_Accelerator == null)
            {
                _Accelerator = BVH.Construct(_Primitives);
            }
#endif

            Ready = true;
        }