HifiExperiments
|
c04c037588
|
native MToon materials
|
2024-02-02 17:59:32 -08:00 |
|
Dale Glass
|
e7591d6794
|
Revert "Revert "Mirrors + Portals""
|
2024-01-13 11:23:36 +01:00 |
|
|
c6e4e5de37
|
Revert "Mirrors + Portals"
|
2024-01-13 11:18:08 +01:00 |
|
HifiExperiments
|
446207a4b4
|
fix portal view calculation
|
2024-01-03 16:33:45 -08:00 |
|
|
dfbc1d8865
|
Server side entity script messages
|
2023-12-29 20:28:54 +01:00 |
|
HifiExperiments
|
dfad009805
|
billboard particles based on their actual positions
|
2023-12-01 23:05:27 -08:00 |
|
HifiExperiments
|
6af7b9f772
|
cleanup
|
2023-11-19 15:17:18 -08:00 |
|
HifiExperiments
|
3336efb6ee
|
portals use exit as ignoreItem
|
2023-11-19 14:57:02 -08:00 |
|
HifiExperiments
|
a630a6f9c9
|
mirrors on models + text
|
2023-11-19 14:57:02 -08:00 |
|
HifiExperiments
|
56860bea99
|
fix cpu frustum culling (hacky?)
|
2023-11-19 14:57:01 -08:00 |
|
HifiExperiments
|
4806f901b4
|
wip
|
2023-11-19 14:57:01 -08:00 |
|
HifiExperiments
|
97c4184db1
|
wip portals
|
2023-11-13 15:27:36 -08:00 |
|
HifiExperiments
|
10de1288c2
|
fix view + projection, texture flipping, billboarding
|
2023-11-13 14:40:56 -08:00 |
|
HifiExperiments
|
89e6cbbfa4
|
mirrors wip
|
2023-11-13 14:40:56 -08:00 |
|
HifiExperiments
|
0a08f11d7e
|
fix #650: call something somethingChangedNotification() from setLocalJointXXXX
|
2023-11-06 00:36:34 -08:00 |
|
keeshii
|
d3f652686e
|
Added support for QML inside web-entities.
|
2023-10-10 18:48:39 +02:00 |
|
|
1ab46f68e3
|
Fixed entity script reloads
|
2023-08-28 23:34:19 +02:00 |
|
|
166f7223d1
|
Fix most of the crash causes on script engine reload/shutdown
|
2023-08-18 12:12:17 +02:00 |
|
|
4091557388
|
Fixed deadlock when entity script engines are being reset.
Co-authored-by: Julian Groß julian.g@posteo.de
|
2023-08-01 16:33:41 +02:00 |
|
|
43939290b2
|
Revert "vec3FromScriptValue replacement attempt"
This reverts commit 584e4be008 .
|
2023-05-19 00:17:40 +02:00 |
|
|
dba0925a1c
|
vec3FromScriptValue replacement attempt
|
2023-05-19 00:17:40 +02:00 |
|
|
ae7d229d0e
|
Fix copyright headers
|
2023-05-19 00:17:38 +02:00 |
|
|
3e692a60b4
|
V8 fixes
|
2023-05-19 00:17:37 +02:00 |
|
|
586bd7ffca
|
Fixes for code review
|
2023-05-19 00:17:35 +02:00 |
|
|
e9984c72f0
|
Added QTimer* script data type and some nullptr checks
|
2023-05-19 00:17:35 +02:00 |
|
|
6f32173025
|
Fixes to most scripting-related warnings
|
2023-05-19 00:17:35 +02:00 |
|
Heather Anderson
|
70fbe76341
|
convert script engine variables from QSharedPointer to std::shared_ptr
|
2023-05-19 00:17:34 +02:00 |
|
Heather Anderson
|
8581022a53
|
rework ScriptValue to act like a stack variable rather than a pointer
|
2023-05-19 00:17:34 +02:00 |
|
Heather Anderson
|
665ea521e8
|
shifting classes around and adding static initializers to resolve dependencies on scripting-engine (and drop dependencies from scripting-engine)
|
2023-05-19 00:17:33 +02:00 |
|
Heather Anderson
|
1e018dbc64
|
isolate calls to the QtScript libraries to an interface we control
|
2023-05-19 00:17:33 +02:00 |
|
Heather Anderson
|
713b29ee41
|
ensure all #include's to QtScript are labeled as such (easier to find)
|
2023-05-19 00:17:33 +02:00 |
|
|
f1d7421698
|
Workaround for Nvidia driver bug
|
2022-12-23 20:25:10 +01:00 |
|
|
5b12f42dd4
|
Fix voxel state machine
|
2022-09-02 18:39:39 +02:00 |
|
|
e60dc098da
|
Update libraries/entities-renderer/src/RenderablePolyVoxEntityItem.cpp
Co-authored-by: Julian Groß <julian.g@posteo.de>
|
2022-07-30 12:02:55 +02:00 |
|
|
42cd0ddfca
|
Update libraries/entities-renderer/src/RenderablePolyVoxEntityItem.cpp
Co-authored-by: Julian Groß <julian.g@posteo.de>
|
2022-07-30 12:02:51 +02:00 |
|
|
fac118ec8a
|
Removed outdated TODO comment
|
2022-07-28 01:07:05 +02:00 |
|
|
0dea304d72
|
Update libraries/entities-renderer/src/RenderablePolyVoxEntityItem.cpp
Co-authored-by: HifiExperiments <53453710+HifiExperiments@users.noreply.github.com>
|
2022-07-28 01:03:26 +02:00 |
|
|
e14a41c3e0
|
Fix voxel deadlock and improve performance
|
2022-07-27 23:10:27 +02:00 |
|
|
d62438d852
|
Voxel UI cleanup and help text improvement
|
2022-07-16 20:19:50 +02:00 |
|
|
3df9d6674b
|
Voxel UI code cleanup
|
2022-07-16 16:22:46 +02:00 |
|
|
9616ba0ca4
|
Fixed out of bounds access in QByteArray in voxel entity
|
2022-07-16 16:22:46 +02:00 |
|
|
55347d2a97
|
Voxel creation and presets from Create App
|
2022-07-16 16:22:33 +02:00 |
|
|
b69f42e641
|
Fixed voxel decoding bug
|
2022-07-16 16:21:12 +02:00 |
|
Kalila
|
03b5b83b67
|
Merge pull request #1339 from odysseus654/pr/make_shared
Housekeeping: use of std::make_shared / QSharedPointer::create.
|
2021-12-09 17:14:04 -05:00 |
|
Heather Anderson
|
05182af561
|
more (relatively useless) code review
|
2021-09-11 20:16:51 -07:00 |
|
Heather Anderson
|
bcce9a2091
|
convert explicit shared pointer creation (using "new") to make_shared where possible/appropriate
|
2021-09-11 15:15:04 -07:00 |
|
Heather Anderson
|
ab4d70760e
|
review and cleanup of "#include <QtCore/QSharedPointer>"
|
2021-09-10 21:40:54 -07:00 |
|
HifiExperiments
|
bdbb88084b
|
CR
|
2021-07-05 21:02:40 -07:00 |
|
HifiExperiments
|
7f99ddca2e
|
merge with master
|
2021-07-05 16:48:45 -07:00 |
|
Kalila
|
cd2d6847ee
|
Merge pull request #1148 from daleglass/remove-unusued-GizmoEntityRenderer-variable
Remove unused variable
|
2021-04-02 16:24:31 -04:00 |
|
Kalila
|
333e3d49c6
|
Merge pull request #1143 from daleglass/add-missing-override
Add missing override keywords.
|
2021-04-02 16:24:12 -04:00 |
|
Dale Glass
|
790d110596
|
Remove unused variable
|
2021-04-02 01:15:37 +02:00 |
|
Kalila
|
f5b91b17ea
|
Merge pull request #1124 from ctrlaltdavid/fix/avatar-parts-rotating
Fix avatar parts rotating
|
2021-04-01 19:11:52 -04:00 |
|
Dale Glass
|
6e9e11993c
|
Add missing override keywords.
Fixes warnings like:
/libraries/entities-renderer/src/RenderableTextEntityItem.h:47:18: warning: ‘virtual bool render::entities::TextEntityRenderer::needsRenderUpdate() const’ can be marked override [-Wsuggest-override]
47 | virtual bool needsRenderUpdate() const;
| ^~~~~~~~~~~~~~~~~
|
2021-04-02 00:04:46 +02:00 |
|
Kalila
|
4ae4886f36
|
Merge pull request #1132 from daleglass/fix_renderablemodelentityitem_crash
Capture by value rather than by reference in RenderableModelEntityItem
|
2021-04-01 17:32:00 -04:00 |
|
HifiExperiments
|
7d58c772cb
|
Merge branch 'master' into materials
|
2021-03-30 14:31:11 -07:00 |
|
Dale Glass
|
1759e360b1
|
Capture by value rather than by reference
This fixes a stack-use-after-return error in RenderableModelEntityItem.
Fixes #1128
|
2021-03-29 22:44:34 +02:00 |
|
David Rowe
|
12ceb0d93e
|
Fix avatar parts rotating
|
2021-03-28 21:11:58 +13:00 |
|
Kalila
|
409cc5835c
|
Merge pull request #1050 from HifiExperiments/imageAspectFix
Image Entities: fix keepAspectRatio, implement naturalDimensions
|
2021-03-27 15:24:43 -04:00 |
|
HifiExperiments
|
7ff796af3e
|
web textures work on image entities, create supports negative materialMappingScale
|
2021-03-22 20:52:39 -07:00 |
|
HifiExperiments
|
6b82c7fe90
|
Update RenderableImageEntityItem.cpp
|
2021-03-22 18:37:29 -07:00 |
|
HifiExperiments
|
35e836d34d
|
image caching must maintain original image information and pass it around
|
2021-03-19 22:32:29 -07:00 |
|
HifiExperiments
|
3fdb398829
|
fixing up material entity logic, refresh reference material on material change
|
2021-03-17 19:10:29 -07:00 |
|
HifiExperiments
|
9514ade844
|
add reference materials and support reference texture changes
|
2021-03-15 21:21:32 -07:00 |
|
HifiExperiments
|
828e653849
|
able to reference entity ids as textures
|
2021-03-13 22:34:48 -08:00 |
|
HifiExperiments
|
9a247172f3
|
non-parented material use the right cull mode
|
2021-03-09 21:09:48 -08:00 |
|
HifiExperiments
|
68c20ce73d
|
text backgrounds have texcoord if not simple
|
2021-03-03 17:47:03 -08:00 |
|
HifiExperiments
|
ccda630a3a
|
fixing _glColor4f
|
2021-03-02 21:44:06 -08:00 |
|
HifiExperiments
|
c47351c4f2
|
merge with master
|
2021-02-25 19:39:09 -08:00 |
|
HifiExperiments
|
826eb709ce
|
more work on materials
|
2021-02-25 19:03:42 -08:00 |
|
HifiExperiments
|
186f505b15
|
images support materials
|
2021-02-24 20:56:14 -08:00 |
|
HifiExperiments
|
25e4f59d55
|
gizmos have materials, working on images
|
2021-02-23 20:54:57 -08:00 |
|
HifiExperiments
|
30cf1555e4
|
fix keepAspectRatio, give text entities naturalDimensions
|
2021-02-20 22:47:33 -08:00 |
|
Julian Groß
|
937e0a55db
|
Merge remote-tracking branch 'refs/remotes/HifiExperiments/fixBillboard'
|
2021-02-20 12:12:59 +01:00 |
|
HifiExperiments
|
852edec9e7
|
entities with billboardMode != none use local rotation so parent rotation doesn't affect them
|
2021-02-18 22:15:12 -08:00 |
|
HifiExperiments
|
f46f1b2219
|
Merge branch 'master' into alignment
|
2021-02-11 18:07:23 -08:00 |
|
HifiExperiments
|
b296fff197
|
add text alignment property
|
2021-02-10 21:45:53 -08:00 |
|
HifiExperiments
|
0645866549
|
Merge branch 'master' into billboard
|
2021-02-09 23:28:58 -08:00 |
|
HifiExperiments
|
ae26416c59
|
Merge branch 'master' into billboard
|
2021-02-09 22:57:10 -08:00 |
|
HifiExperiments
|
f1d6a4e3d4
|
Merge branch 'master' into feature/web-entity-user-agent
|
2021-02-09 22:47:46 -08:00 |
|
HifiExperiments
|
ace6bf6c5b
|
dirty physics on useOriginalPivot change, other small fix for compound shapes
|
2021-02-03 17:35:17 -08:00 |
|
HifiExperiments
|
bb898aac33
|
non-exact collisions should work on models with pivots and useOriginalPivot=true
|
2021-01-21 21:05:00 -08:00 |
|
Kalila L
|
82313eccbf
|
Add userAgent property for web entities.
|
2021-01-21 01:51:37 -05:00 |
|
HifiExperiments
|
92ea14a059
|
proper render bounds for models (need to pass RenderArgs to getBound everywhere)
|
2021-01-17 22:08:06 -08:00 |
|
HifiExperiments
|
1f71a23082
|
optimize picking
|
2021-01-17 13:09:09 -08:00 |
|
HifiExperiments
|
2a27fc4de2
|
billboarding for model entities
|
2021-01-13 22:31:21 -08:00 |
|
HifiExperiments
|
bef0c79b67
|
billboard mode working on most entity types
|
2021-01-10 16:03:04 -08:00 |
|
HifiExperiments
|
6e0bad814e
|
working on billboard mode for all entity types
|
2021-01-03 20:33:08 -08:00 |
|
HifiExperiments
|
5dc45e895c
|
more fixes and create checkbox defaults to checked
|
2021-01-02 19:18:54 -08:00 |
|
HifiExperiments
|
a072010b02
|
Merge remote-tracking branch 'upstream/master' into pivot
|
2021-01-02 17:13:24 -08:00 |
|
HifiExperiments
|
20e0c24163
|
cleanup + create
|
2021-01-02 00:04:24 -08:00 |
|
HifiExperiments
|
002271a4cc
|
finishing touches
|
2021-01-01 21:52:16 -08:00 |
|
HifiExperiments
|
0f9f95f716
|
possible fix for physics
|
2020-12-28 23:46:37 -08:00 |
|
HifiExperiments
|
f33c7de67a
|
Merge remote-tracking branch 'upstream/master' into pivot
|
2020-12-18 17:33:24 -08:00 |
|
HifiExperiments
|
7069e48073
|
working on pivot
|
2020-12-16 21:01:56 -08:00 |
|
HifiExperiments
|
9a5b956968
|
Apply suggestions from code review
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
|
2020-11-27 15:11:18 -08:00 |
|
HifiExperiments
|
c510a8fa3e
|
add comment about material sphere scale
|
2020-11-27 15:10:14 -08:00 |
|
HifiExperiments
|
2ece568f09
|
fixing up simple-compound logic
|
2020-11-27 15:04:56 -08:00 |
|
HifiExperiments
|
2e780c34d1
|
Merge remote-tracking branch 'upstream/master' into update
|
2020-11-24 16:34:30 -08:00 |
|
HifiExperiments
|
b6744588f4
|
loading fix
|
2020-11-16 21:25:25 -08:00 |
|