Logo
Explore Help
Register Sign In
Miko/node-metaverse
1
0
Fork 0
You've already forked node-metaverse
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
2efebf88160c99c209daef0d2ff1d5b9be53bb2f
node-metaverse/lib/classes/interfaces/ITreeBoundingBox.ts

8 lines
176 B
TypeScript
Raw Normal View History

Significant tidy-up. Update msg_template and add new ObjectAnimation message. Tidy up imports. Added buffer overrun check to the packet decoders since the message template doesn't seem to always correspond with what we receive (Specifically, MapBlockReply's new Size parameter)
2020-01-06 12:10:40 +00:00
import { BBox } from 'rbush-3d/dist';
import { GameObject } from '../public/GameObject';
- Implement 3D space rtree-based indexing in the Full ObjectStore - Implement ScriptDialogReply thanks to Hintswen - Add a rudimentary object search - doesn't work fully yet because of the missing messages
2018-10-12 17:31:14 +01:00
export interface ITreeBoundingBox extends BBox
{
- Implement camera controls - Option to resolve object properties when fetching from object store (names, descriptions etc). Can be more efficient - TODO: use FamilyProperties for child prims. - Refactored objectstore to reduce code duplication
2018-10-19 16:30:09 +01:00
gameObject: GameObject;
- Implement 3D space rtree-based indexing in the Full ObjectStore - Implement ScriptDialogReply thanks to Hintswen - Add a rudimentary object search - doesn't work fully yet because of the missing messages
2018-10-12 17:31:14 +01:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 71ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API