Skip to content

Commit

Permalink
fix(Property): get/setShading doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Jun 24, 2024
1 parent f3f5f7a commit 5f0ce1d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Sources/Rendering/Core/Property/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ export interface vtkProperty extends vtkObject {
*/
getRepresentationAsString(): string;

/**
* Check if the shading is set.
*/
getShading(): boolean;

/**
* Get the specular lighting coefficient.
* @default 0
Expand Down Expand Up @@ -443,12 +438,6 @@ export interface vtkProperty extends vtkObject {
*/
setRepresentationToWireframe(): boolean;

/**
* Enable/Disable shading.
* @param {Boolean} shading
*/
setShading(shading: boolean): boolean;

/**
* Set the specular lighting coefficient.
* @param {Boolean} specular
Expand Down

0 comments on commit 5f0ce1d

Please sign in to comment.