Skip to content

Commit

Permalink
Add CadShape fieldModel (#5323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Délèze authored Oct 11, 2022
1 parent 5a35050 commit 8c5568c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/web/wwi/protoDesigner/classes/FieldModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export const FieldModel = {
'supported': {'size': VRML.SFVec3f},
'unsupported': {}
},
'CadShape': {
'supported': {'url': VRML.MFString, 'ccw': VRML.SFBool, 'castShadows': VRML.SFBool, 'isPickable': VRML.SFBool},
'unsupported': {}
},
'Capsule': {
'supported': {'bottom': VRML.SFBool, 'height': VRML.SFFloat, 'radius': VRML.SFFloat, 'side': VRML.SFBool, 'top': VRML.SFBool, 'subdivision': VRML.SFInt32},
'unsupported': {}
Expand Down

0 comments on commit 8c5568c

Please sign in to comment.